pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q2]: pkgsrc/net/ipw Pullup ticket 647 - requeste by Grant ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a671c19df561
branches:  pkgsrc-2005Q2
changeset: 495948:a671c19df561
user:      salo <salo%pkgsrc.org@localhost>
date:      Thu Aug 04 23:25:29 2005 +0000

description:
Pullup ticket 647 - requeste by Grant Beattie
portability fix for ipw

Revisions pulled up:
- pkgsrc/net/ipw/Makefile       1.8

   Module Name:         pkgsrc
   Committed By:        grant
   Date:                Sun Jul 31 13:32:27 UTC 2005

   Modified Files:
        pkgsrc/net/ipw: Makefile

   Log Message:
   this needs -lnsl -lsocket on Solaris.

diffstat:

 net/ipw/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 6fd8127631e5 -r a671c19df561 net/ipw/Makefile
--- a/net/ipw/Makefile  Thu Aug 04 23:22:42 2005 +0000
+++ b/net/ipw/Makefile  Thu Aug 04 23:25:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:25 jlam Exp $
+# $NetBSD: Makefile,v 1.7.2.1 2005/08/04 23:25:29 salo 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



Home | Main Index | Thread Index | Old Index