summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-08-03 14:44:28 +0000
committerrodent <rodent@pkgsrc.org>2013-08-03 14:44:28 +0000
commite8038aeaafeac71e35e3415e44a8b5383abf70d2 (patch)
tree8a88688b9dfaa6672aeaa22845958c3bab950a0a /security
parentdf2081424073c67186cc742377313c93b438784d (diff)
downloadpkgsrc-e8038aeaafeac71e35e3415e44a8b5383abf70d2.tar.gz
Fix build on SunOS (LDFLAGS.SunOS+= -lsocket -lnsl).
Diffstat (limited to 'security')
-rw-r--r--security/prngd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/prngd/Makefile b/security/prngd/Makefile
index f22598e9c92..cc2e2db4475 100644
--- a/security/prngd/Makefile
+++ b/security/prngd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2013/07/06 01:24:14 rodent Exp $
+# $NetBSD: Makefile,v 1.15 2013/08/03 14:44:28 rodent Exp $
DISTNAME= prngd-0.9.29
CATEGORIES= security
@@ -22,6 +22,8 @@ SUBST_FILES.path= prngd.man
SUBST_SED.path= -e 's,/usr/local,${PREFIX},g'
SUBST_SED.path+= -e 's,/var,${VARBASE},g'
+LDFLAGS.SunOS+= -lsocket -lnsl
+
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE}