aboutsummaryrefslogtreecommitdiff
path: root/audio/whysynth
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-02-14 10:44:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-02-14 10:44:21 +0000
commit820c35981a66e518a135824c2ebcda689ed7f8c4 (patch)
tree1c1b99d90ff08525a4188b6a69670a777bd53509 /audio/whysynth
parent5f42e7f22845ee54089c67dbf579cd8d00e5d438 (diff)
downloadports-820c35981a66e518a135824c2ebcda689ed7f8c4.tar.gz
ports-820c35981a66e518a135824c2ebcda689ed7f8c4.zip
- Fix after objformat removal
PR: 109154 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
Notes
Notes: svn path=/head/; revision=185165
Diffstat (limited to 'audio/whysynth')
-rw-r--r--audio/whysynth/files/patch-configure40
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;