freebsd-ports/emulators/tme/files/patch-configure
Martin Wilke 513794d400 - Fix build after remove objformat on head
Submitted :     trasz (maintainer via privat mail)
2007-02-03 09:49:45 +00:00

29 lines
843 B
Text

--- configure.orig Sun May 15 03:26:11 2005
+++ configure Fri Feb 2 16:39:50 2007
@@ -8890,7 +8890,7 @@
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- ac_cv_have_isinff=yes
+ ac_cv_have_isinff=no
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
@@ -15113,7 +15113,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*)
@@ -25853,7 +25853,7 @@
enable_warnings=yes
fi;
if test "x$enable_warnings" = "xyes" -a "x$GCC" = "xyes"; then
- CFLAGS="${CFLAGS-} -Wundef -Wall -Werror"
+ CFLAGS="${CFLAGS-} -Wundef -Wall"
CXXFLAGS="${CXXFLAGS-} -W"
fi