From 0870aa2dc1d88a85480faf4e327f93b421a92897 Mon Sep 17 00:00:00 2001 From: schwarz Date: Sun, 1 Oct 2006 08:56:28 +0000 Subject: added support for IRIX 5 --- www/privoxy/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index 06a48b87d5c..cdf0aaa44a9 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/09/09 02:46:09 obache Exp $ +# $NetBSD: Makefile,v 1.29 2006/10/01 08:59:43 schwarz Exp $ # DISTNAME= ${PKGNAME_NOREV}-stable-src @@ -29,7 +29,7 @@ CPPFLAGS+= -Dunix WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}-stable -USE_TOOLS+= autoconf213 gmake +USE_TOOLS+= autoconf213 gmake mktemp MAKE_FILE= GNUmakefile USE_TOOLS+= perl @@ -66,6 +66,10 @@ post-install: ${CHOWN} -R ${ROOT_USER}:${ROOT_GROUP} ${EGDIR} ${CHMOD} -R a+r ${EGDIR} +.if !empty(LOWER_OPSYS:Mirix5*) +# needs snprintf +. include "../../pkgtools/libnbcompat/buildlink3.mk" +.endif .include "../../devel/pcre/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3