summaryrefslogtreecommitdiff
path: root/www/php4
diff options
context:
space:
mode:
authormartti <martti>2002-11-05 07:33:13 +0000
committermartti <martti>2002-11-05 07:33:13 +0000
commit7beb01512c6cee4b44239526a458b25ecce928c6 (patch)
treecf17703fc8e061e14d8662e2cbccf901f7789b33 /www/php4
parent5e184ee1f8be0202334af1ae6f64fba1da82324e (diff)
downloadpkgsrc-7beb01512c6cee4b44239526a458b25ecce928c6.tar.gz
- make this work with apache2
- buildlink2
Diffstat (limited to 'www/php4')
-rw-r--r--www/php4/Makefile.common8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common
index a7a1c9a38cf..5e6f6bb49c3 100644
--- a/www/php4/Makefile.common
+++ b/www/php4/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2002/10/14 06:21:18 martti Exp $
+# $NetBSD: Makefile.common,v 1.27 2002/11/05 07:33:20 martti Exp $
DISTNAME?= php-${PHP_DIST_VERS}
CATEGORIES+= www php4
@@ -30,4 +30,10 @@ PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}
PKG_SYSCONFVAR?= php
+USE_BUILDLINK2= YES
+
+CONFIGURE_ARGS+= --enable-experimental-zts
+CONFIGURE_ARGS+= --with-tsrm-pth
+
+.include "../../devel/pth/buildlink2.mk"
.include "../../mk/bsd.prefs.mk"