diff options
Diffstat (limited to 'audio/whysynth/files/patch-configure')
-rw-r--r-- | audio/whysynth/files/patch-configure | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/audio/whysynth/files/patch-configure b/audio/whysynth/files/patch-configure index ae4ad2ad760f..ac7c9554a32f 100644 --- a/audio/whysynth/files/patch-configure +++ b/audio/whysynth/files/patch-configure @@ -1,41 +1,5 @@ --- 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; |