pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/libwww IRIX 5 does not have libregex
details: https://anonhg.NetBSD.org/pkgsrc/rev/460cdcccc82e
branches: trunk
changeset: 507235:460cdcccc82e
user: schwarz <schwarz%pkgsrc.org@localhost>
date: Sun Jan 29 16:57:31 2006 +0000
description:
IRIX 5 does not have libregex
diffstat:
www/libwww/Makefile | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r b5242d594a77 -r 460cdcccc82e www/libwww/Makefile
--- a/www/libwww/Makefile Sun Jan 29 16:54:47 2006 +0000
+++ b/www/libwww/Makefile Sun Jan 29 16:57:31 2006 +0000
@@ -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_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 @@
.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
Home |
Main Index |
Thread Index |
Old Index