From 58b5e3bcf59a42863403cd4844c54e494a8c8da6 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 14 Sep 2001 23:01:39 +0000 Subject: Slightly modify according to pkg/13934 by Stoned Elipot to work on Solaris. --- net/ra-rtsp-proxy/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/ra-rtsp-proxy/Makefile b/net/ra-rtsp-proxy/Makefile index 507eaa35e16..8d6132f3aca 100644 --- a/net/ra-rtsp-proxy/Makefile +++ b/net/ra-rtsp-proxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/05/10 05:35:01 tron Exp $ +# $NetBSD: Makefile,v 1.14 2001/09/14 23:01:39 wiz Exp $ DISTNAME= rtspd-src-1.0.0.0 PKGNAME= ra-rtsp-proxy-1.0.0.0nb1 @@ -22,6 +22,12 @@ DOWNLOAD= http://proforma.real.com/rn/misc/rtspproxy/index.html WRKSRC= ${WRKDIR}/rtspd-1.0.0.0a +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +MAKE_ENV+= LOCAL_LIBS="-lsocket -lnsl" +.endif + do-fetch: @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ ${ECHO_MSG} "==============================================================="; \ -- cgit v1.2.3