diff options
author | martti <martti@pkgsrc.org> | 2002-11-05 07:33:13 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-11-05 07:33:13 +0000 |
commit | 9ef7dbabf130c22253c2d7be2eb6b4d351aa27bd (patch) | |
tree | cf17703fc8e061e14d8662e2cbccf901f7789b33 /www/php4/Makefile.common | |
parent | d5cec59696273b31e5a0ff4998eae73cce33a6b6 (diff) | |
download | pkgsrc-9ef7dbabf130c22253c2d7be2eb6b4d351aa27bd.tar.gz |
- make this work with apache2
- buildlink2
Diffstat (limited to 'www/php4/Makefile.common')
-rw-r--r-- | www/php4/Makefile.common | 8 |
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" |