summaryrefslogtreecommitdiff
path: root/www/libwww
diff options
context:
space:
mode:
authorschwarz <schwarz>2006-01-29 16:57:31 +0000
committerschwarz <schwarz>2006-01-29 16:57:31 +0000
commit898fa9b712de70e63a20eccea7423e2ad0de9c49 (patch)
tree8e25b6ea55d2d23ebee58c887e3b1e0c333db55e /www/libwww
parentbd15386c851bb400e0bc36f86647b4664e49593d (diff)
downloadpkgsrc-898fa9b712de70e63a20eccea7423e2ad0de9c49.tar.gz
IRIX 5 does not have libregex
Diffstat (limited to 'www/libwww')
-rw-r--r--www/libwww/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index f3b50e4f9f6..539708a7d42 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2005/12/05 23:55:23 rillig Exp $
+# $NetBSD: Makefile,v 1.65 2006/01/29 16:57:31 schwarz Exp $
DISTNAME= w3c-libwww-5.4.0
PKGNAME= libwww-5.4.0
@@ -22,7 +22,7 @@ USE_TOOLS+= gmake perl
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --with-zlib --with-regex --without-x
+CONFIGURE_ARGS+= --with-zlib --without-x
CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q}
# Avoid an ICE in gcc2 on sparc64
@@ -42,6 +42,11 @@ pre-configure:
.include "../../mk/bsd.prefs.mk"
+.if empty(LOWER_OPSYS:Mirix5*)
+# IRIX 5 does not have libregex
+CONFIGURE_ARGS+= --with-regex
+.endif
+
.if ${OPSYS} == "SunOS"
# Solaris has a /usr/lib/libmd5 which seems to be enouth, and
# /usr/local/lib/libmd5 breaks /usr/lib/librt