ports/lang/php5/files/patch-scripts::phpize.in
Alex Dupre 2cee0c25ff Update PHP ports to 4.3.11 and 5.0.4 releases:
- fix security issues
- unbreak PEAR packages [1]

PR:		ports/78516 [1]
Submitted by:	Yen-Ming Lee <leeym@utopia.leeym.com> [1]
Tested by:	thierry
2005-04-04 09:20:21 +00:00

15 lines
316 B
Text

--- 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