diff options
author | dholland <dholland> | 2012-04-13 05:10:24 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-04-13 05:10:24 +0000 |
commit | 1b453df920ed92fb6c0de4714c67e29763d8703f (patch) | |
tree | da17b820efb3e16fe2bcd5ee257d2f9c28ab851f /emulators | |
parent | 611c69affb44281acd1d545867266d964ec01ffe (diff) | |
download | pkgsrc-1b453df920ed92fb6c0de4714c67e29763d8703f.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" |