diff options
Diffstat (limited to 'lang/php4/files')
-rw-r--r-- | lang/php4/files/patch-build_libtool.m4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/php4/files/patch-build_libtool.m4 b/lang/php4/files/patch-build_libtool.m4 new file mode 100644 index 000000000000..d55e8471178e --- /dev/null +++ b/lang/php4/files/patch-build_libtool.m4 @@ -0,0 +1,11 @@ +--- build/libtool.m4.orig Wed Feb 7 16:51:07 2007 ++++ build/libtool.m4 Wed Feb 7 16:51:49 2007 +@@ -2073,7 +2073,7 @@ + ;; + + freebsd*) +- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` ++ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) |