diff options
author | dholland <dholland@pkgsrc.org> | 2012-04-13 05:10:24 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-04-13 05:10:24 +0000 |
commit | 1283926562088ed06e59ac3f30ed45e7a1874454 (patch) | |
tree | da17b820efb3e16fe2bcd5ee257d2f9c28ab851f /emulators | |
parent | 0a3e54481589c836b05066097d887f1455a5c1b8 (diff) | |
download | pkgsrc-1283926562088ed06e59ac3f30ed45e7a1874454.tar.gz |
Needs -lsocket -lnsl on Solaris.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/e-uae/Makefile | 3 |
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" |