pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gnupg21



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul  7 12:33:29 UTC 2017

Modified Files:
        pkgsrc/security/gnupg21: Makefile

Log Message:
Fix building on Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/gnupg21/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/gnupg21/Makefile
diff -u pkgsrc/security/gnupg21/Makefile:1.31 pkgsrc/security/gnupg21/Makefile:1.32
--- pkgsrc/security/gnupg21/Makefile:1.31       Tue May 16 12:08:01 2017
+++ pkgsrc/security/gnupg21/Makefile    Fri Jul  7 12:33:29 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2017/05/16 12:08:01 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2017/07/07 12:33:29 adam Exp $
 
 DISTNAME=      gnupg-2.1.21
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg21-/}
@@ -30,7 +30,7 @@ TEST_TARGET=          check
 # SunOS does have getaddrinfo() and the code knows how to use it
 CONFIGURE_ARGS.SunOS+= ac_cv_func_getaddrinfo=yes
 
-LDFLAGS.Darwin+=       -lresolv
+LDFLAGS.Darwin+=       -lintl -lresolv
 LDFLAGS.SunOS+=                -lintl -lsocket
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index