From 6d28f6c4483d5b848993908eda022b51a7601ff7 Mon Sep 17 00:00:00 2001 From: shattered Date: Sun, 5 Aug 2012 13:39:04 +0000 Subject: PR/43946 -- Fix build with SunPro compiler --- www/libproxy/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www/libproxy') diff --git a/www/libproxy/Makefile b/www/libproxy/Makefile index 7e71ff4f479..6e2edfc5b6a 100644 --- a/www/libproxy/Makefile +++ b/www/libproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2011/03/12 19:36:44 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2012/08/05 13:39:04 shattered Exp $ # DISTNAME= libproxy-0.3.1 @@ -20,6 +20,8 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake PY_PATCHPLIST= yes CHECK_PORTABILITY_SKIP= test.d/* +USE_LANGUAGES= c99 +LIBS.SunOS+= -lnsl -lsocket PKGCONFIG_OVERRIDE+= libproxy-1.0.pc.in -- cgit v1.2.3