summaryrefslogtreecommitdiff
path: root/www/libwww
diff options
context:
space:
mode:
authortnn <tnn>2008-03-11 18:47:40 +0000
committertnn <tnn>2008-03-11 18:47:40 +0000
commitb514bbc17cd4896860085c3faae5e14c75fe08ab (patch)
tree4ba809a4ee12e6e6894da2f50f8724926076e91f /www/libwww
parent7c51b7dcf6a157ff770fd8180da3a392f96d3282 (diff)
downloadpkgsrc-b514bbc17cd4896860085c3faae5e14c75fe08ab.tar.gz
Put back a couple of IRIX conditionals the way they used to behave,
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x too, but let's be conservative. PR pkg/38224.
Diffstat (limited to 'www/libwww')
-rw-r--r--www/libwww/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index e2d087cc3dc..d374951a1bf 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2008/01/18 05:09:51 tnn Exp $
+# $NetBSD: Makefile,v 1.77 2008/03/11 18:47:41 tnn Exp $
DISTNAME= w3c-libwww-5.4.0
PKGNAME= libwww-5.4.0
@@ -42,7 +42,7 @@ pre-configure:
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} != "IRIX"
+.if !empty(MACHINE_PLATFORM:MIRIX-5*)
# IRIX 5 does not have libregex
CONFIGURE_ARGS+= --with-regex
.endif