diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-06-25 11:21:01 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-06-25 11:21:01 +0000 |
commit | 5c6497f10b6ad9d86cbb87f54ed91048112f4eae (patch) | |
tree | 1956e08d8bd1c5af6f7416d18be22c6ff3489382 /lang/php53/files/patch-scripts::phpize.in | |
parent | - Remove pdflib extension (diff) |
- Point phpize to use libtoolize13
Notes
Notes:
svn path=/head/; revision=112222
Diffstat (limited to 'lang/php53/files/patch-scripts::phpize.in')
-rw-r--r-- | lang/php53/files/patch-scripts::phpize.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/php53/files/patch-scripts::phpize.in b/lang/php53/files/patch-scripts::phpize.in new file mode 100644 index 000000000000..489f17a40c11 --- /dev/null +++ b/lang/php53/files/patch-scripts::phpize.in @@ -0,0 +1,11 @@ +--- scripts/phpize.in.orig Sat Jan 3 15:03:46 2004 ++++ scripts/phpize.in Fri Jun 25 12:58:49 2004 +@@ -108,7 +108,7 @@ + + phpize_libtoolize() + { +- libtoolize=`$builddir/build/shtool path glibtoolize libtoolize` ++ libtoolize=`$builddir/build/shtool path libtoolize13` + $libtoolize -f -c || exit 1 + } + |