pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cvsps this needs libnsl and libsocket on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35161125230e
branches:  trunk
changeset: 482799:35161125230e
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Nov 03 11:30:15 2004 +0000

description:
this needs libnsl and libsocket on Solaris.

diffstat:

 devel/cvsps/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 611c98ae1792 -r 35161125230e devel/cvsps/Makefile
--- a/devel/cvsps/Makefile      Wed Nov 03 11:27:53 2004 +0000
+++ b/devel/cvsps/Makefile      Wed Nov 03 11:30:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/10/03 00:13:26 tv Exp $
+# $NetBSD: Makefile,v 1.12 2004/11/03 11:30:15 grant Exp $
 #
 
 DISTNAME=      cvsps-2.0rc1
@@ -17,5 +17,7 @@
 
 INSTALLATION_DIRS=     bin man/man1
 
+LIBS.SunOS+=           -lnsl -lsocket
+
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index