pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/php4-xslt fix compilation after PHP 4.4.x upg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9ef7caa141e
branches:  trunk
changeset: 498846:c9ef7caa141e
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sun Sep 04 12:46:01 2005 +0000

description:
fix compilation after PHP 4.4.x upgrade

diffstat:

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

diffs (21 lines):

diff -r fc5c4a2f3218 -r c9ef7caa141e textproc/php4-xslt/Makefile
--- a/textproc/php4-xslt/Makefile       Sun Sep 04 10:08:14 2005 +0000
+++ b/textproc/php4-xslt/Makefile       Sun Sep 04 12:46:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/06/01 19:13:24 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2005/09/04 12:46:01 jdolecek Exp $
 
 MODNAME=               xslt
 CATEGORIES+=           textproc
@@ -22,9 +22,9 @@
 
 .if !empty(USE_BUILTIN.iconv:M[nN][oO]) || \
     !empty(BUILTIN_LIB_FOUND.iconv:M[yY][eE][sS])
-CONFIGURE_ARGS+=       --with-iconv=shared,${BUILDLINK_PREFIX.iconv}
+CONFIGURE_ARGS+=       --with-iconv-dir=${BUILDLINK_PREFIX.iconv}
 .else
-CONFIGURE_ARGS+=       --with-iconv
+CONFIGURE_ARGS+=       --with-iconv-dir
 .endif
 
 PLIST_SRC+=            ${.CURDIR}/PLIST.extras



Home | Main Index | Thread Index | Old Index