diff options
Diffstat (limited to 'lang/php4/files')
-rw-r--r-- | lang/php4/files/patch-scripts::phpize.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/php4/files/patch-scripts::phpize.in b/lang/php4/files/patch-scripts::phpize.in new file mode 100644 index 000000000000..fe1e1f29ebfc --- /dev/null +++ b/lang/php4/files/patch-scripts::phpize.in @@ -0,0 +1,11 @@ +--- scripts/phpize.in.orig Fri Jun 25 12:51:38 2004 ++++ scripts/phpize.in Fri Jun 25 12:52:14 2004 +@@ -64,7 +64,7 @@ + echo + exit 1 + fi +-libtoolize=`$builddir/build/shtool path glibtoolize libtoolize` ++libtoolize=`$builddir/build/shtool path libtoolize13` + $libtoolize -f -c || exit 1 + + # dumping API NOs: |