From 62cb508c53abf3990e98ec9b3de8408a876e61b4 Mon Sep 17 00:00:00 2001 From: tnn Date: Sun, 5 Apr 2020 23:36:02 +0000 Subject: gnupg2: continue the OPSYS-specific -lintl cargo cult This probably has nothing to do with OPSYS ... --- security/gnupg2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/gnupg2') 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 -- cgit v1.2.3