aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php53
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2010-12-09 23:53:27 +0800
committerale <ale@FreeBSD.org>2010-12-09 23:53:27 +0800
commit1291a045a1e2fdccb12dd590299ff0399369be73 (patch)
tree24f79ed8906f8781d2e1a6f157edb534d67690fc /lang/php53
parent17953c09d43224fba433f94e1a9b7779b3fa6348 (diff)
downloadfreebsd-ports-gnome-1291a045a1e2fdccb12dd590299ff0399369be73.tar.gz
freebsd-ports-gnome-1291a045a1e2fdccb12dd590299ff0399369be73.tar.zst
freebsd-ports-gnome-1291a045a1e2fdccb12dd590299ff0399369be73.zip
Remove obsolete patch: use autoconf-wrapper.
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/files/patch-scripts::phpize.in13
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 7ad9a4e404d7..000000000000
--- a/lang/php53/files/patch-scripts::phpize.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- scripts/phpize.in.orig Mon Dec 12 12:51:45 2005
-+++ scripts/phpize.in Wed May 3 09:38:09 2006
-@@ -99,8 +99,8 @@
-
- phpize_check_autotools()
- {
-- test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf
-- test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader
-+ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.68
-+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.68
-
- if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then
- cat <<EOF