pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/php-wddx --with-libxml-dir needed with PHP 5.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/061e932cdf22
branches:  trunk
changeset: 521215:061e932cdf22
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Mon Nov 06 21:37:37 2006 +0000

description:
--with-libxml-dir needed with PHP 5.2.0

diffstat:

 textproc/php-wddx/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r b7ec958e42bf -r 061e932cdf22 textproc/php-wddx/Makefile
--- a/textproc/php-wddx/Makefile        Mon Nov 06 21:36:49 2006 +0000
+++ b/textproc/php-wddx/Makefile        Mon Nov 06 21:37:37 2006 +0000
@@ -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 @@
 
 .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"



Home | Main Index | Thread Index | Old Index