pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/gcr
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Dec 3 10:26:24 UTC 2024
Modified Files:
pkgsrc/security/gcr: Makefile
Log Message:
gcr: SunOS needs -D__EXTENSIONS__.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/security/gcr/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/gcr/Makefile
diff -u pkgsrc/security/gcr/Makefile:1.41 pkgsrc/security/gcr/Makefile:1.42
--- pkgsrc/security/gcr/Makefile:1.41 Sun Nov 17 07:16:36 2024
+++ pkgsrc/security/gcr/Makefile Tue Dec 3 10:26:24 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2024/11/17 07:16:36 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2024/12/03 10:26:24 jperkin Exp $
DISTNAME= gcr-3.40.0
PKGREVISION= 2
@@ -18,7 +18,8 @@ USE_TOOLS+= gdbus-codegen intltool msgfm
TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gck
TEST_ENV+= DYLD_LIBRARY_PATH=${WRKSRC}/output/gck
-LDFLAGS.SunOS+= -lsocket
+CPPFLAGS.SunOS+= -D__EXTENSIONS__
+LDFLAGS.SunOS+= -lsocket
PKGCONFIG_OVERRIDE+= gck-1.pc.in
PKGCONFIG_OVERRIDE+= gcr-base-3.pc.in
Home |
Main Index |
Thread Index |
Old Index