diff options
author | leot <leot@pkgsrc.org> | 2017-10-05 10:05:43 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2017-10-05 10:05:43 +0000 |
commit | 4b7c0f76c0911a8352deced994342a59419f0a47 (patch) | |
tree | 44502742248c6d79b82caf6890b362a0d79dbd54 /games | |
parent | f6fa6b3c81ff4137a7b3c8ca7c656c6ce324ce43 (diff) | |
download | pkgsrc-4b7c0f76c0911a8352deced994342a59419f0a47.tar.gz |
frozen-bubble: SunOS also needs -lsocket and -lnsl
Should fix build on at least SmartOS.
Pointed out by Joyent SmartOS bulk builds.
Diffstat (limited to 'games')
-rw-r--r-- | games/frozen-bubble/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/frozen-bubble/Makefile b/games/frozen-bubble/Makefile index e4660f8dcd6..3e7183e279d 100644 --- a/games/frozen-bubble/Makefile +++ b/games/frozen-bubble/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2017/10/05 09:57:02 leot Exp $ +# $NetBSD: Makefile,v 1.57 2017/10/05 10:05:43 leot Exp $ DISTNAME= frozen-bubble-2.2.1-beta1 PKGNAME= ${DISTNAME:S/-beta/beta/} @@ -20,6 +20,8 @@ DEPENDS+= p5-Locale-Maketext-Lexicon-[0-9]*:../../misc/p5-Locale-Maketext-Lexico USE_TOOLS+= gmake perl pkg-config +LDFLAGS.SunOS+= -lsocket -lnsl + MAKE_ENV+= CP=${CP:Q} GMAKE=${GMAKE:Q} PERL5=${PERL5:Q} INSTALLDIRS="vendor" INSTALL_MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR} \ INSTALL_DATA_DIR=${INSTALL_DATA_DIR:Q} \ |