pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net this needs -lnsl -lsocket on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4666a159bfd
branches:  trunk
changeset: 497596:a4666a159bfd
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jul 31 13:32:27 2005 +0000

description:
this needs -lnsl -lsocket on Solaris.

diffstat:

 net/ipw/Makefile    |  5 ++++-
 net/ishell/Makefile |  6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r 09d4faccba5c -r a4666a159bfd net/ipw/Makefile
--- a/net/ipw/Makefile  Sun Jul 31 13:30:49 2005 +0000
+++ b/net/ipw/Makefile  Sun Jul 31 13:32:27 2005 +0000
@@ -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 @@
 
 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 -r 09d4faccba5c -r a4666a159bfd net/ishell/Makefile
--- a/net/ishell/Makefile       Sun Jul 31 13:30:49 2005 +0000
+++ b/net/ishell/Makefile       Sun Jul 31 13:32:27 2005 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index