pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gnupg21 Requires gettext-lib. SunOS needs an...
details: https://anonhg.NetBSD.org/pkgsrc/rev/31218e3e400d
branches: trunk
changeset: 362450:31218e3e400d
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Mon May 15 13:20:45 2017 +0000
description:
Requires gettext-lib. SunOS needs an explicit -lintl.
diffstat:
security/gnupg21/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 18480e5580b3 -r 31218e3e400d security/gnupg21/Makefile
--- a/security/gnupg21/Makefile Mon May 15 13:17:16 2017 +0000
+++ b/security/gnupg21/Makefile Mon May 15 13:20:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2017/04/22 21:03:55 adam Exp $
+# $NetBSD: Makefile,v 1.30 2017/05/15 13:20:45 jperkin Exp $
DISTNAME= gnupg-2.1.20
PKGNAME= ${DISTNAME:S/gnupg-/gnupg21-/}
@@ -32,10 +32,11 @@
CONFIGURE_ARGS.SunOS+= ac_cv_func_getaddrinfo=yes
LDFLAGS.Darwin+= -lresolv
-LDFLAGS.SunOS+= -lsocket
+LDFLAGS.SunOS+= -lintl -lsocket
.include "options.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
BUILDLINK_API_DEPENDS.libgcrypt+= libgcrypt>=1.7
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index