From ed8d71621989050bd92b40cb8612ad437bf0015c Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Wed, 7 Feb 2007 15:55:18 +0000 Subject: Really fix the objformat issue, the previous commit broke php compilation. --- lang/php4/files/patch-build_libtool.m4 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/php4/files/patch-build_libtool.m4 (limited to 'lang/php4/files') 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*) -- cgit v1.2.3