aboutsummaryrefslogtreecommitdiff
path: root/lang/php53/files/patch-scripts::phpize.in
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php53/files/patch-scripts::phpize.in')
-rw-r--r--lang/php53/files/patch-scripts::phpize.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/lang/php53/files/patch-scripts::phpize.in b/lang/php53/files/patch-scripts::phpize.in
deleted file mode 100644
index b75de61d6abf..000000000000
--- a/lang/php53/files/patch-scripts::phpize.in
+++ /dev/null
@@ -1,21 +0,0 @@
---- scripts/phpize.in.orig Mon Aug 23 14:25:48 2004
-+++ scripts/phpize.in Mon Aug 23 14:26:41 2004
-@@ -101,14 +101,14 @@
-
- phpize_autotools()
- {
-- aclocal || exit 1
-- autoconf || exit 1
-- autoheader || exit 1
-+ aclocal15 || exit 1
-+ autoconf253 || exit 1
-+ autoheader253 || exit 1
- }
-
- phpize_libtoolize()
- {
-- libtoolize=`$builddir/build/shtool path glibtoolize libtoolize`
-+ libtoolize=`$builddir/build/shtool path libtoolize13`
- $libtoolize -f -c || exit 1
- }
-