summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-07-31 13:32:27 +0000
committergrant <grant@pkgsrc.org>2005-07-31 13:32:27 +0000
commitb13fa537d16fd86015f27484e976103084f28820 (patch)
tree29d43400f7beb39fa533cdedf2b2f68eef925300
parentf7a483130494496ac3f13a00cc238d3596d2f166 (diff)
downloadpkgsrc-b13fa537d16fd86015f27484e976103084f28820.tar.gz
this needs -lnsl -lsocket on Solaris.
-rw-r--r--net/ipw/Makefile5
-rw-r--r--net/ishell/Makefile6
2 files changed, 7 insertions, 4 deletions
diff --git a/net/ipw/Makefile b/net/ipw/Makefile
index f44ab4ed679..0f247297138 100644
--- a/net/ipw/Makefile
+++ b/net/ipw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:25 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/07/31 13:32:27 grant Exp $
#
DISTNAME= ipw-3.3a
@@ -14,6 +14,9 @@ WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= bin share/doc
+LIBS.SunOS+= -lnsl -lsocket
+MAKE_ENV+= LIBS=${LIBS:Q}
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ipw ${PREFIX}/bin
${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/doc/ipw.README
diff --git a/net/ishell/Makefile b/net/ishell/Makefile
index 0b31e03d185..2d532a37857 100644
--- a/net/ishell/Makefile
+++ b/net/ishell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:24 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2005/07/31 13:33:42 grant Exp $
#
DISTNAME= ish-v${VERSION}
@@ -18,8 +18,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= gmake
NO_CONFIGURE= yes
-MAKE_ENV+= LIBS="${LIBS}"
-LIBS.SunOS+= -lsocket
+LIBS.SunOS+= -lnsl -lsocket
+MAKE_ENV+= LIBS=${LIBS:Q}
INSTALLATION_DIRS= bin sbin