diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-06-25 11:19:49 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-06-25 11:19:49 +0000 |
commit | 0bf1b33ea084b0731b46542e0d92bd91fc347a44 (patch) | |
tree | baafc0ab24f05ef07771d2c42ac0acc00879edb7 /lang/php4/files/patch-scripts::phpize.in | |
parent | Add dazuko 2.0.2, a common interface for 3rd party file access control. (diff) |
- Remove pdflib extension
- Point phpize to use libtoolize13
Notes
Notes:
svn path=/head/; revision=112221
Diffstat (limited to '')
-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: |