From 430459f9cf2cc53d9315cee0d21f6929de0f249a Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Tue, 27 Jul 2004 23:15:02 +0000 Subject: MFphp4: Fix compilation of wddx extension. --- lang/php5/Makefile.ext | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lang/php5') diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index fe3dde6eb774..5419bf56ef40 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -351,7 +351,10 @@ CONFIGURE_ARGS+=--enable-tokenizer .endif .if ${PHP_MODNAME} == "wddx" -CONFIGURE_ARGS+=--enable-wddx +CONFIGURE_ARGS+=--enable-wddx \ + --with-libxml-dir=${LOCALBASE} + +USE_GNOME= libxml2 USE_PHP= xml session USE_PHP_BUILD= yes -- cgit v1.2.3