pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/frozen-bubble frozen-bubble: SunOS also needs -l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d791db4bcc06
branches:  trunk
changeset: 369798:d791db4bcc06
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Oct 05 10:05:43 2017 +0000

description:
frozen-bubble: SunOS also needs -lsocket and -lnsl

Should fix build on at least SmartOS.
Pointed out by Joyent SmartOS bulk builds.

diffstat:

 games/frozen-bubble/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r be763d84ba0d -r d791db4bcc06 games/frozen-bubble/Makefile
--- a/games/frozen-bubble/Makefile      Thu Oct 05 09:58:20 2017 +0000
+++ b/games/frozen-bubble/Makefile      Thu Oct 05 10:05:43 2017 +0000
@@ -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 @@
 
 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} \



Home | Main Index | Thread Index | Old Index