diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-06 13:26:49 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-06 13:26:49 +0000 |
commit | f12d3a0ccb6b5f12408152f1e699e0d91ebfe909 (patch) | |
tree | 7e77ab1846eeb19035bf34f40c8aa72a0f2fd4db /lang/php4/files/patch-scripts::phpize.in | |
parent | Update maintainer address (diff) |
Simplify PHP base ports infrastructure:
- remove all slave ports
- add the ability to build all SAPIs concurrently
- update php5 to 5.1.4
*Read* the UPDATING file *before* trying to update PHP
(or at least before mailing me).
Diffstat (limited to 'lang/php4/files/patch-scripts::phpize.in')
-rw-r--r-- | lang/php4/files/patch-scripts::phpize.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php4/files/patch-scripts::phpize.in b/lang/php4/files/patch-scripts::phpize.in index 83f38a656499..9db65b6f616a 100644 --- a/lang/php4/files/patch-scripts::phpize.in +++ b/lang/php4/files/patch-scripts::phpize.in @@ -1,5 +1,5 @@ ---- scripts/phpize.in.orig Wed Jun 15 19:13:52 2005 -+++ scripts/phpize.in Wed Jul 13 09:30:59 2005 +--- 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() @@ -9,5 +9,5 @@ + test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf259 + test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader259 - if ! test -x "`$php_shtool path $PHP_AUTOCONF`"; then + if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <<EOF |