diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-01-27 22:48:15 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-01-27 22:48:15 +0000 |
commit | f6c02b237313b6a9a63ca4371528605908c63837 (patch) | |
tree | 661634a742ef66b353b25739bc1a81df2d2a65ef /games/eboard | |
parent | 44c5b1703e65298bf8558a30b125deb1594f0aab (diff) | |
download | pkgsrc-f6c02b237313b6a9a63ca4371528605908c63837.tar.gz |
Add missing network libs on SunOS
Diffstat (limited to 'games/eboard')
-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 |