pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/gnupg2



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jul  8 13:21:06 UTC 2025

Modified Files:
        pkgsrc/security/gnupg2: Makefile

Log Message:
gnupg2: SunOS needs _XOPEN_SOURCE=600 for GCC 14.


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 pkgsrc/security/gnupg2/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/gnupg2/Makefile
diff -u pkgsrc/security/gnupg2/Makefile:1.164 pkgsrc/security/gnupg2/Makefile:1.165
--- pkgsrc/security/gnupg2/Makefile:1.164       Wed May 21 15:01:29 2025
+++ pkgsrc/security/gnupg2/Makefile     Tue Jul  8 13:21:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.164 2025/05/21 15:01:29 adam Exp $
+# $NetBSD: Makefile,v 1.165 2025/07/08 13:21:06 jperkin Exp $
 
 DISTNAME=      gnupg-2.4.8
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg2-/}
@@ -35,6 +35,8 @@ CONFIGURE_ARGS.SunOS+=        ac_cv_func_getadd
 
 TEST_TARGET=           check
 
+CPPFLAGS.SunOS+=       -D_XOPEN_SOURCE=600     # socklen_t
+
 LDFLAGS.NetBSD+=       -lintl
 LDFLAGS.Darwin+=       -lintl -lresolv
 LDFLAGS.FreeBSD+=      -lintl



Home | Main Index | Thread Index | Old Index