pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/netpipes Pre-emptively try to support building on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74033dec29fd
branches:  trunk
changeset: 502580:74033dec29fd
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Nov 07 00:00:23 2005 +0000

description:
Pre-emptively try to support building on Solaris.

diffstat:

 net/netpipes/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c891a05d50cf -r 74033dec29fd net/netpipes/Makefile
--- a/net/netpipes/Makefile     Sun Nov 06 23:59:12 2005 +0000
+++ b/net/netpipes/Makefile     Mon Nov 07 00:00:23 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/11/06 23:58:34 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2005/11/07 00:00:23 jlam Exp $
 
 DISTNAME=      netpipes-4.2-export
 PKGNAME=       ${DISTNAME:S/-export//}
@@ -11,6 +11,8 @@
 
 WRKSRC=                ${WRKDIR}
 
+LIBS.SunOS=    -lsocket -lnsl
+
 INSTALLATION_DIRS=     bin ${PKGMANDIR}
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index