Fix build after objformat removal

Submitted by:	maintainer
PR:		ports/108767, ports/108768, ports/108769
This commit is contained in:
Kris Kennaway 2007-02-04 19:43:37 +00:00
parent 977d518832
commit b0a20f4027
3 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- ../dist/configure.foo Sun Feb 4 14:10:01 2007
+++ ../dist/configure Sun Feb 4 14:11:26 2007
@@ -7002,7 +7002,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*)

View file

@ -0,0 +1,11 @@
--- ../dist/configure.foo Sun Feb 4 14:10:01 2007
+++ ../dist/configure Sun Feb 4 14:11:26 2007
@@ -7002,7 +7002,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*)

View file

@ -0,0 +1,11 @@
--- ../dist/configure.foo Sun Feb 4 14:10:01 2007
+++ ../dist/configure Sun Feb 4 14:11:26 2007
@@ -7002,7 +7002,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*)