aboutsummaryrefslogtreecommitdiff
path: root/lang/php4
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-12-09 15:53:27 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-12-09 15:53:27 +0000
commit27e877dcd05430379c44867cc846626d3794f1b0 (patch)
treeb6e7847648e705e0dbd573e6ea54cf0e336be928 /lang/php4
parentcaf16daaa3886d4e6564b9a88eec8828af92fa3c (diff)
downloadports-27e877dcd05430379c44867cc846626d3794f1b0.tar.gz
ports-27e877dcd05430379c44867cc846626d3794f1b0.zip
Notes
Diffstat (limited to 'lang/php4')
-rw-r--r--lang/php4/files/patch-scripts::phpize.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/php4/files/patch-scripts::phpize.in b/lang/php4/files/patch-scripts::phpize.in
deleted file mode 100644
index 62317532cab5..000000000000
--- a/lang/php4/files/patch-scripts::phpize.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- scripts/phpize.in.orig Sun Sep 4 06:41:00 2005
-+++ scripts/phpize.in Fri May 5 08:02:13 2006
-@@ -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=autoconf-2.68
-+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.68
-
- if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then
- cat <<EOF