pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gnupg2 gnupg2: add missing -lintl LDFLAGS for...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ded5d873aa2
branches: trunk
changeset: 372394:1ded5d873aa2
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Tue Dec 05 22:29:53 2017 +0000
description:
gnupg2: add missing -lintl LDFLAGS for FreeBSD
diffstat:
security/gnupg2/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f4a8d9b63459 -r 1ded5d873aa2 security/gnupg2/Makefile
--- a/security/gnupg2/Makefile Tue Dec 05 20:00:13 2017 +0000
+++ b/security/gnupg2/Makefile Tue Dec 05 22:29:53 2017 +0000
@@ -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 @@
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