summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authordholland <dholland>2012-04-13 05:10:24 +0000
committerdholland <dholland>2012-04-13 05:10:24 +0000
commit500403b2f18c24e904dd5608ac60de9db57bb1c7 (patch)
treeda17b820efb3e16fe2bcd5ee257d2f9c28ab851f /emulators
parent80bf10b4d036d767778bdce5517dbb73100b9a5e (diff)
downloadpkgsrc-500403b2f18c24e904dd5608ac60de9db57bb1c7.tar.gz
Needs -lsocket -lnsl on Solaris.
Diffstat (limited to 'emulators')
-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"