diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-03 09:49:45 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-03 09:49:45 +0000 |
commit | 51bf15b3c0a168975807301b64ac19204c609f3e (patch) | |
tree | 7132c9cd8fd4ee97b5643f95e01c22198a4e572b /emulators | |
parent | 4ce734ca58500ca311efcb3cd1037daca4db45b8 (diff) | |
download | FreeBSD-ports-51bf15b3c0a168975807301b64ac19204c609f3e.zip FreeBSD-ports-51bf15b3c0a168975807301b64ac19204c609f3e.tar.gz |
- Fix build after remove objformat on head
Submitted : trasz (maintainer via privat mail)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/tme/files/patch-configure | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/emulators/tme/files/patch-configure b/emulators/tme/files/patch-configure index e167803..2fb32d8 100644 --- a/emulators/tme/files/patch-configure +++ b/emulators/tme/files/patch-configure @@ -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; |