diff options
Diffstat (limited to 'lang/php53/files/patch-scripts::phpize.in')
-rw-r--r-- | lang/php53/files/patch-scripts::phpize.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/php53/files/patch-scripts::phpize.in b/lang/php53/files/patch-scripts::phpize.in deleted file mode 100644 index cab5309be743..000000000000 --- a/lang/php53/files/patch-scripts::phpize.in +++ /dev/null @@ -1,15 +0,0 @@ ---- scripts/phpize.in.orig Fri Apr 1 15:42:47 2005 -+++ scripts/phpize.in Fri Apr 1 15:43:04 2005 -@@ -102,9 +102,9 @@ - - phpize_autotools() - { -- aclocal || exit 1 -- autoconf || exit 1 -- autoheader || exit 1 -+ aclocal15 || exit 1 -+ autoconf253 || exit 1 -+ autoheader253 || exit 1 - } - - # Main script |