diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-14 10:44:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-14 10:44:21 +0000 |
commit | 820c35981a66e518a135824c2ebcda689ed7f8c4 (patch) | |
tree | 1c1b99d90ff08525a4188b6a69670a777bd53509 /audio/whysynth/files/patch-configure | |
parent | - Fix after objformat removal (diff) |
- Fix after objformat removal
PR: 109154
Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
Diffstat (limited to '')
-rw-r--r-- | audio/whysynth/files/patch-configure | 40 |
1 files changed, 38 insertions, 2 deletions
diff --git a/audio/whysynth/files/patch-configure b/audio/whysynth/files/patch-configure index 50f0212378fb..ae4ad2ad760f 100644 --- a/audio/whysynth/files/patch-configure +++ b/audio/whysynth/files/patch-configure @@ -1,5 +1,41 @@ ---- configure.orig Sat Jan 20 12:02:36 2007 -+++ configure Sat Jan 20 12:02:42 2007 +--- configure.orig Mon Jan 23 08:45:16 2006 ++++ configure Wed Feb 14 08:00:58 2007 +@@ -8844,7 +8844,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*) +@@ -12611,7 +12611,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*) +@@ -15826,7 +15826,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*) +@@ -18239,7 +18239,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*) @@ -21267,7 +21267,7 @@ fi; |