diff options
author | jdolecek <jdolecek> | 2006-11-06 21:37:37 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2006-11-06 21:37:37 +0000 |
commit | d7a280c6a562e1480144fd2664b57a389c20c59c (patch) | |
tree | 18da899b183f65b7b83eecaf64d2aeb2a2a616a1 /textproc | |
parent | 80a5e4a9162be5043a2bda889b24bb127f2fcb6f (diff) | |
download | pkgsrc-d7a280c6a562e1480144fd2664b57a389c20c59c.tar.gz |
--with-libxml-dir needed with PHP 5.2.0
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php-wddx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/php-wddx/Makefile b/textproc/php-wddx/Makefile index f06be82c350..d9b3a4ff8c8 100644 --- a/textproc/php-wddx/Makefile +++ b/textproc/php-wddx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/04 16:26:55 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/11/06 21:37:37 jdolecek Exp $ MODNAME= wddx CATEGORIES+= textproc @@ -17,9 +17,9 @@ CFLAGS+= -I${BUILDLINK_DIR}/include/libxml2 \ .include "../../lang/php/phpversion.mk" -# link against libxml2 on PHP5 (the code is using expat compat -# build wrapper) +# link against libxml2 on PHP5 .if ${PKG_PHP_VERSION} == 5 +CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_DIR} .include "../../textproc/libxml2/buildlink3.mk" .else .include "../../textproc/expat/buildlink3.mk" |