summaryrefslogtreecommitdiff
path: root/security/gnupg2
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-04-05 23:36:02 +0000
committertnn <tnn@pkgsrc.org>2020-04-05 23:36:02 +0000
commit62cb508c53abf3990e98ec9b3de8408a876e61b4 (patch)
tree13c5211ba88367f11a3f45e337605644feb000b6 /security/gnupg2
parente6a2acde52fd7506d497b41d0726732c88e847df (diff)
downloadpkgsrc-62cb508c53abf3990e98ec9b3de8408a876e61b4.tar.gz
gnupg2: continue the OPSYS-specific -lintl cargo cult
This probably has nothing to do with OPSYS ...
Diffstat (limited to 'security/gnupg2')
-rw-r--r--security/gnupg2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile
index 4d18f962052..bfc1ae6d9ae 100644
--- a/security/gnupg2/Makefile
+++ b/security/gnupg2/Makefile
@@ -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_getaddrinfo=yes
TEST_TARGET= check
+LDFLAGS.NetBSD+= -lintl
LDFLAGS.Darwin+= -lintl -lresolv
LDFLAGS.FreeBSD+= -lintl
LDFLAGS.SunOS+= -lintl -lsocket