mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
- fix security issues - unbreak PEAR packages [1] PR: ports/78516 [1] Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> [1] Tested by: thierry
15 lines
316 B
Text
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
|