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:   adam
Date:           Wed Jan 28 10:06:32 UTC 2026

Modified Files:
        pkgsrc/security/gnupg2: Makefile
Removed Files:
        pkgsrc/security/gnupg2/patches: patch-doc_Makefile.in

Log Message:
gnupg2: fix build on Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 pkgsrc/security/gnupg2/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/security/gnupg2/patches/patch-doc_Makefile.in

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.168 pkgsrc/security/gnupg2/Makefile:1.169
--- pkgsrc/security/gnupg2/Makefile:1.168       Wed Jan 28 09:41:31 2026
+++ pkgsrc/security/gnupg2/Makefile     Wed Jan 28 10:06:32 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.168 2026/01/28 09:41:31 wiz Exp $
+# $NetBSD: Makefile,v 1.169 2026/01/28 10:06:32 adam Exp $
 
 DISTNAME=      gnupg-2.5.17
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg2-/}
@@ -35,7 +35,7 @@ TEST_TARGET=          check
 
 CPPFLAGS.SunOS+=       -D_XOPEN_SOURCE=600     # socklen_t
 
-#LDFLAGS.Darwin+=      -lintl -lresolv
+LDFLAGS.Darwin+=       -lintl
 #LDFLAGS.SunOS+=       -lsocket -lrt
 #LDFLAGS.Linux+=       -lrt
 



Home | Main Index | Thread Index | Old Index