From 00b64a4d61a29a26238014ace8b917c7687f24db Mon Sep 17 00:00:00 2001 From: rodent Date: Sat, 3 Aug 2013 14:44:28 +0000 Subject: Fix build on SunOS (LDFLAGS.SunOS+= -lsocket -lnsl). --- security/prngd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'security/prngd') 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} -- cgit v1.2.3