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:   triaxx
Date:           Tue Dec  5 22:29:53 UTC 2017

Modified Files:
        pkgsrc/security/gnupg2: Makefile

Log Message:
gnupg2: add missing -lintl LDFLAGS for FreeBSD


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 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.78 pkgsrc/security/gnupg2/Makefile:1.79
--- pkgsrc/security/gnupg2/Makefile:1.78        Thu Nov 30 16:45:37 2017
+++ pkgsrc/security/gnupg2/Makefile     Tue Dec  5 22:29:53 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2017/11/30 16:45:37 adam Exp $
+# $NetBSD: Makefile,v 1.79 2017/12/05 22:29:53 triaxx Exp $
 
 DISTNAME=      gnupg-2.2.3
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg2-/}
@@ -29,6 +29,7 @@ TEST_TARGET=          check
 CONFIGURE_ARGS.SunOS+= ac_cv_func_getaddrinfo=yes
 
 LDFLAGS.Darwin+=       -lintl -lresolv
+LDFLAGS.FreeBSD+=      -lintl
 LDFLAGS.SunOS+=                -lintl -lsocket
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index