From 2764f44da3f8c8791e80f7de4346d327a8e10b13 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Wed, 8 Aug 2001 21:50:45 +0000 Subject: Fix XML support (add option for external expat directory). PR: ports/28909 Submitted by: Alain Thivillon --- www/mod_php5/scripts/configure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/mod_php5/scripts') diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index caaf690fc41a..524c5c94008b 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -194,7 +194,7 @@ while [ "$1" ]; do ;; \"XML\") echo "LIB_DEPENDS+= expat.2:\${PORTSDIR}/textproc/expat2" - echo "CONFIGURE_ARGS+=--with-xml=\${PREFIX}" + echo "CONFIGURE_ARGS+=--with-xml --with-expat-dir=\${PREFIX}" XML=1 ;; \"XSLT\") -- cgit v1.2.3