summaryrefslogtreecommitdiff
path: root/www/php4
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-14 22:38:17 +0000
committerjlam <jlam>2001-05-14 22:38:17 +0000
commit8d16bcc083c695213ed265320cc49681302406e0 (patch)
tree9807fe0db8bc15ec5d7617b192025737c6ddfe77 /www/php4
parent69958568a0e06a9cd51cee6d8e1d801c6e451211 (diff)
downloadpkgsrc-8d16bcc083c695213ed265320cc49681302406e0.tar.gz
Disable the pcre support...it should be a separate loadable module.
Diffstat (limited to 'www/php4')
-rw-r--r--www/php4/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common
index 8b9addce9ea..88760146f6b 100644
--- a/www/php4/Makefile.common
+++ b/www/php4/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2001/05/14 14:12:28 jlam Exp $
+# $NetBSD: Makefile.common,v 1.12 2001/05/14 22:38:17 jlam Exp $
DISTNAME= php-${PHP_DIST_VERS}
PHP_DIST_VERS= 4.0.5
@@ -52,9 +52,11 @@ GETTEXTDIR= ${LOCALBASE}
CONFIGURE_ARGS+= --without-gd
CONFIGURE_ARGS+= --without-mysql
+CONFIGURE_ARGS+= --without-pcre-regex
CONFIGURE_ARGS+= --with-gdbm=${LOCALBASE}
CONFIGURE_ARGS+= --with-gettext=${GETTEXTDIR}
-CONFIGURE_ARGS+= --with-yp --with-zlib
+CONFIGURE_ARGS+= --with-yp
+CONFIGURE_ARGS+= --with-zlib
CONFIGURE_ARGS+= --with-config-file-path=${PHP_CONFDIR}
CONFIGURE_ARGS+= --with-system-regex
CONFIGURE_ARGS+= --with-exec-dir=${PREFIX}/libexec/php4