diff options
author | wiedi <wiedi> | 2014-01-27 22:48:15 +0000 |
---|---|---|
committer | wiedi <wiedi> | 2014-01-27 22:48:15 +0000 |
commit | 21a167bc43d0faa3f2d67c230b5b776dbac1ba09 (patch) | |
tree | 661634a742ef66b353b25739bc1a81df2d2a65ef /games | |
parent | 4b3f4698a88b423573300c46ae19a37e255758d8 (diff) | |
download | pkgsrc-21a167bc43d0faa3f2d67c230b5b776dbac1ba09.tar.gz |
Add missing network libs on SunOS
Diffstat (limited to 'games')
-rw-r--r-- | games/eboard/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile index f60baa25a5b..bcb5f9f45eb 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2013/10/10 14:42:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.35 2014/01/27 22:48:15 wiedi Exp $ # DISTNAME= eboard-1.0.4 @@ -22,6 +22,7 @@ USE_TOOLS+= perl gmake pkg-config CONFIG_SHELL= perl REPLACE_PERL+= configure LDFLAGS+= ${LIBOSSAUDIO} +LDFLAGS.SunOS+= -lsocket -lnsl SUBST_CLASSES+= mf SUBST_STAGE.mf= post-configure |