diff options
Diffstat (limited to 'audio/whysynth')
-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; |