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:   tnn
Date:           Sun Apr  5 23:36:02 UTC 2020

Modified Files:
        pkgsrc/security/gnupg2: Makefile

Log Message:
gnupg2: continue the OPSYS-specific -lintl cargo cult

This probably has nothing to do with OPSYS ...


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 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.110 pkgsrc/security/gnupg2/Makefile:1.111
--- pkgsrc/security/gnupg2/Makefile:1.110       Sat Mar 21 07:24:30 2020
+++ pkgsrc/security/gnupg2/Makefile     Sun Apr  5 23:36:02 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2020/03/21 07:24:30 adam Exp $
+# $NetBSD: Makefile,v 1.111 2020/04/05 23:36:02 tnn Exp $
 
 DISTNAME=      gnupg-2.2.20
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg2-/}
@@ -33,6 +33,7 @@ CONFIGURE_ARGS.SunOS+=        ac_cv_func_getadd
 
 TEST_TARGET=           check
 
+LDFLAGS.NetBSD+=       -lintl
 LDFLAGS.Darwin+=       -lintl -lresolv
 LDFLAGS.FreeBSD+=      -lintl
 LDFLAGS.SunOS+=                -lintl -lsocket



Home | Main Index | Thread Index | Old Index