diff options
Diffstat (limited to 'www/php4/patches/patch-ab')
-rw-r--r-- | www/php4/patches/patch-ab | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/www/php4/patches/patch-ab b/www/php4/patches/patch-ab index f6f4e055045..69135de6e4f 100644 --- a/www/php4/patches/patch-ab +++ b/www/php4/patches/patch-ab @@ -1,18 +1,20 @@ -$NetBSD: patch-ab,v 1.13 2003/09/01 10:17:38 cjep Exp $ ---- scripts/phpize.in.orig 2003-08-30 22:28:44.000000000 +0200 -+++ scripts/phpize.in 2003-08-30 22:29:39.000000000 +0200 -@@ -54,10 +54,15 @@ +$NetBSD: patch-ab,v 1.14 2003/11/08 06:58:10 jdolecek Exp $ + +--- scripts/phpize.in.orig 2003-08-27 19:57:32.000000000 +0200 ++++ scripts/phpize.in 2003-11-07 21:44:48.000000000 +0100 +@@ -54,11 +54,15 @@ touch install-sh mkinstalldirs missing -aclocal || exit 1 -autoconf || exit 1 -autoheader || exit 1 --libtoolize -f -c || exit 1 +-libtoolize=`$builddir/build/shtool path glibtoolize libtoolize` +-$libtoolize -f -c || exit 1 +if [ -z "$ACLOCAL" ]; then ACLOCAL=aclocal; fi +if [ -z "$AUTOCONF" ]; then AUTOCONF=autoconf; fi +if [ -z "$AUTOHEADER" ]; then AUTOHEADER=autoheader; fi -+if [ -z "$LIBTOOLIZE" ]; then LIBTOOLIZE=libtoolize; fi ++if [ -z "$LIBTOOLIZE" ]; then LIBTOOLIZE=`$builddir/build/shtool path glibtoolize libtoolize`; fi + +$ACLOCAL || exit 1 +$AUTOCONF || exit 1 |