diff options
Diffstat (limited to 'lang/php53/files/patch-scripts::phpize.in')
-rw-r--r-- | lang/php53/files/patch-scripts::phpize.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/php53/files/patch-scripts::phpize.in b/lang/php53/files/patch-scripts::phpize.in deleted file mode 100644 index e70286dba4a9..000000000000 --- a/lang/php53/files/patch-scripts::phpize.in +++ /dev/null @@ -1,13 +0,0 @@ ---- scripts/phpize.in.orig Wed Jun 15 19:19:41 2005 -+++ scripts/phpize.in Wed Sep 7 17:52:24 2005 -@@ -94,8 +94,8 @@ - - phpize_check_autotools() - { -- test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf -- test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader -+ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf259 -+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader259 - - if ! test -x "`$php_shtool path $PHP_AUTOCONF`"; then - cat <<EOF |