summaryrefslogtreecommitdiff
path: root/emulators/e-uae
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-04-13 05:10:24 +0000
committerdholland <dholland@pkgsrc.org>2012-04-13 05:10:24 +0000
commit6d15d7c66aa4616d97e7d61fac309a297b962eec (patch)
treeda17b820efb3e16fe2bcd5ee257d2f9c28ab851f /emulators/e-uae
parented93d6b5c449cd876c9bff96b1ab25b29f267e67 (diff)
downloadpkgsrc-6d15d7c66aa4616d97e7d61fac309a297b962eec.tar.gz
Needs -lsocket -lnsl on Solaris.
Diffstat (limited to 'emulators/e-uae')
-rw-r--r--emulators/e-uae/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/e-uae/Makefile b/emulators/e-uae/Makefile
index b9dfad56ee1..d37ae781df3 100644
--- a/emulators/e-uae/Makefile
+++ b/emulators/e-uae/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/03/03 12:54:17 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2012/04/13 05:10:24 dholland Exp $
DISTNAME= e-uae-0.8.28
PKGREVISION= 12
@@ -19,6 +19,7 @@ CONFLICTS+= uae-[0-9]*
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
+LIBS.SunOS+= -lsocket -lnsl
.include "options.mk"