pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ccache
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Jun 26 08:32:42 UTC 2023
Modified Files:
pkgsrc/devel/ccache: Makefile
Log Message:
ccache: SunOS needs libsocket.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/devel/ccache/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ccache/Makefile
diff -u pkgsrc/devel/ccache/Makefile:1.74 pkgsrc/devel/ccache/Makefile:1.75
--- pkgsrc/devel/ccache/Makefile:1.74 Wed Jun 14 06:54:16 2023
+++ pkgsrc/devel/ccache/Makefile Mon Jun 26 08:32:42 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2023/06/14 06:54:16 adam Exp $
+# $NetBSD: Makefile,v 1.75 2023/06/26 08:32:42 jperkin Exp $
DISTNAME= ccache-4.8.2
CATEGORIES= devel
@@ -18,6 +18,8 @@ TEST_TARGET= test
GCC_REQD+= 8 # std::filesystem
+LDFLAGS.SunOS+= -lsocket
+
.include "../../lang/ruby/rubyversion.mk"
TOOL_DEPENDS+= ${RUBY_PKGPREFIX}-asciidoctor>=2.0.0:../../textproc/ruby-asciidoctor
Home |
Main Index |
Thread Index |
Old Index