diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-03 09:49:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-03 09:49:45 +0000 |
commit | 513794d400c37227308fbd9602168cf84150a4ec (patch) | |
tree | 149b35fc04b397611d1f6d7bd0a9a0ceae8099d8 /emulators/tme | |
parent | 5eb59f6bd3f07ad4a7fa9e235523356a6e2231d1 (diff) |
Notes
Diffstat (limited to 'emulators/tme')
-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 e167803310c1..2fb32d84ada6 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; |