summaryrefslogtreecommitdiff
path: root/emulators/kegs
diff options
context:
space:
mode:
authordholland <dholland>2012-06-23 19:23:32 +0000
committerdholland <dholland>2012-06-23 19:23:32 +0000
commit32521e428ce66cad08c777367022e5a59538efa5 (patch)
tree4e0669579f09dfb5de2a7862a0dc7391cc2688d7 /emulators/kegs
parentd9b2e297416e3e33c781df636772eaf98a2eb7a1 (diff)
downloadpkgsrc-32521e428ce66cad08c777367022e5a59538efa5.tar.gz
Add -lsocket -lnsl on Solaris.
Diffstat (limited to 'emulators/kegs')
-rw-r--r--emulators/kegs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/kegs/Makefile b/emulators/kegs/Makefile
index 4368fa84998..4b40e00b664 100644
--- a/emulators/kegs/Makefile
+++ b/emulators/kegs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/11/10 16:19:57 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2012/06/23 19:23:32 dholland Exp $
#
DISTNAME= kegs.0.91
@@ -25,6 +25,8 @@ INSTALLATION_DIRS+= bin share/doc/${PKGBASE} share/${PKGBASE}
# Has problems finding shared libs on some platforms...
CFLAGS+= ${COMPILER_RPATH_FLAG}${X11BASE}/lib
+LIBS.SunOS+= -lsocket -lnsl
+
pre-build:
if [ -L ${WRKSRC}/src/vars ]; then ${RM} ${WRKSRC}/src/vars; fi
@${ECHO} Building for ${OPSYS} on ${MACHINE_ARCH}...