1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

- Fix build after remove objformat on head

Submitted :     trasz (maintainer via privat mail)
This commit is contained in:
Martin Wilke 2007-02-03 09:49:45 +00:00
parent 5eb59f6bd3
commit 513794d400
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184025

View File

@ -1,5 +1,5 @@
--- configure.orig Sun May 15 03:26:11 2005
+++ configure Thu Jan 11 12:30:20 2007
+++ configure Fri Feb 2 16:39:50 2007
@@ -8890,7 +8890,7 @@
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
@ -9,6 +9,15 @@
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;