pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnupg2 gnupg2: continue the OPSYS-specific -l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c260107a1711
branches:  trunk
changeset: 414976:c260107a1711
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Apr 05 23:36:02 2020 +0000

description:
gnupg2: continue the OPSYS-specific -lintl cargo cult

This probably has nothing to do with OPSYS ...

diffstat:

 security/gnupg2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8feb6964a796 -r c260107a1711 security/gnupg2/Makefile
--- a/security/gnupg2/Makefile  Sun Apr 05 23:11:43 2020 +0000
+++ b/security/gnupg2/Makefile  Sun Apr 05 23:36:02 2020 +0000
@@ -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 @@
 
 TEST_TARGET=           check
 
+LDFLAGS.NetBSD+=       -lintl
 LDFLAGS.Darwin+=       -lintl -lresolv
 LDFLAGS.FreeBSD+=      -lintl
 LDFLAGS.SunOS+=                -lintl -lsocket



Home | Main Index | Thread Index | Old Index