summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-04-14 11:35:47 +0000
committerjperkin <jperkin>2016-04-14 11:35:47 +0000
commitcbd41c028f2e56ea83a59305f8bb06a9e0cb0013 (patch)
tree6502b680913dcd2e3ec37297a4d1b7682bb10dca /security
parent8c5ef2bee6452e285752793763a49445b351ec43 (diff)
downloadpkgsrc-cbd41c028f2e56ea83a59305f8bb06a9e0cb0013.tar.gz
SunOS needs an explicit -lnsl.
Diffstat (limited to 'security')
-rw-r--r--security/gpa/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index 269e8ba3358..3cfad75ae41 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2015/07/05 18:33:01 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2016/04/14 11:35:47 jperkin Exp $
DISTNAME= gpa-0.9.7
CATEGORIES= x11 security
@@ -15,6 +15,7 @@ GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
LIBS+= ${BUILDLINK_LDADD.getopt}
+LIBS.SunOS+= -lnsl
CONFIGURE_ENV+= ac_cv_path_GPG=${GPGME_GPG:Q}