pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q2]: pkgsrc/net/ishell Pullup ticket 648 - requested by Gr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73d58a0b91a8
branches:  pkgsrc-2005Q2
changeset: 495949:73d58a0b91a8
user:      salo <salo%pkgsrc.org@localhost>
date:      Thu Aug 04 23:28:48 2005 +0000

description:
Pullup ticket 648 - requested by Grant Beattie
portability fix for ishell

Revisions pulled up:
- pkgsrc/net/ishell/Makefile    1.4

   Module Name:         pkgsrc
   Committed By:        grant
   Date:                Sun Jul 31 13:33:42 UTC 2005

   Modified Files:
        pkgsrc/net/ishell: Makefile

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

diffstat:

 net/ishell/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r a671c19df561 -r 73d58a0b91a8 net/ishell/Makefile
--- a/net/ishell/Makefile       Thu Aug 04 23:25:29 2005 +0000
+++ b/net/ishell/Makefile       Thu Aug 04 23:28:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:24 jlam Exp $
+# $NetBSD: Makefile,v 1.3.2.1 2005/08/04 23:28:48 salo 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