pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ra-pna-proxy this needs libnsl and libsocket on So...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c042f290e5f9
branches:  trunk
changeset: 482790:c042f290e5f9
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Nov 03 10:46:31 2004 +0000

description:
this needs libnsl and libsocket on Solaris.

diffstat:

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

diffs (19 lines):

diff -r 562037b72043 -r c042f290e5f9 net/ra-pna-proxy/Makefile
--- a/net/ra-pna-proxy/Makefile Wed Nov 03 10:04:25 2004 +0000
+++ b/net/ra-pna-proxy/Makefile Wed Nov 03 10:46:31 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/01/20 12:22:20 agc Exp $
+# $NetBSD: Makefile,v 1.14 2004/11/03 10:46:31 grant Exp $
 
 DISTNAME=      raproxy3.0b1
 PKGNAME=       ra-pna-proxy-3.0b1
@@ -20,6 +20,9 @@
 ALL_TARGET=    raproxy
 PROGNAME=      ${PKGNAME:C/-[1-9].*//}
 
+LIBS.SunOS+=   -lnsl -lsocket
+MAKE_ENV+=     LIBS="${LIBS}"
+
 post-build:
        cd ${WRKSRC}; \
        ${SED} -e 's#/usr/local#${PREFIX}#g' <raproxy.man >${PROGNAME}.8



Home | Main Index | Thread Index | Old Index