pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnupg21 Fix building on Darwin



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26827f1bfde1
branches:  trunk
changeset: 364946:26827f1bfde1
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 07 12:33:29 2017 +0000

description:
Fix building on Darwin

diffstat:

 security/gnupg21/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 352ce18a2692 -r 26827f1bfde1 security/gnupg21/Makefile
--- a/security/gnupg21/Makefile Fri Jul 07 12:12:49 2017 +0000
+++ b/security/gnupg21/Makefile Fri Jul 07 12:33:29 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2017/05/16 12:08:01 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2017/07/07 12:33:29 adam Exp $
 
 DISTNAME=      gnupg-2.1.21
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg21-/}
@@ -30,7 +30,7 @@
 # SunOS does have getaddrinfo() and the code knows how to use it
 CONFIGURE_ARGS.SunOS+= ac_cv_func_getaddrinfo=yes
 
-LDFLAGS.Darwin+=       -lresolv
+LDFLAGS.Darwin+=       -lintl -lresolv
 LDFLAGS.SunOS+=                -lintl -lsocket
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index