summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-02-14 10:44:19 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-02-14 10:44:19 +0000
commit5f42e7f22845ee54089c67dbf579cd8d00e5d438 (patch)
tree6027444307784f3da91d1ee737744280547f39b5 /audio
parent- Update to 0.95.1 (diff)
- Fix after objformat removal
PR: 109153 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
Notes
Notes: svn path=/head/; revision=185164
Diffstat (limited to 'audio')
-rw-r--r--audio/hexter/files/patch-configure40
1 files changed, 38 insertions, 2 deletions
diff --git a/audio/hexter/files/patch-configure b/audio/hexter/files/patch-configure
index 87a2b9180b2c..8421da0dff6e 100644
--- a/audio/hexter/files/patch-configure
+++ b/audio/hexter/files/patch-configure
@@ -1,5 +1,41 @@
---- configure.orig Sat Jan 20 12:27:18 2007
-+++ configure Sat Jan 20 12:27:30 2007
+--- configure.orig Wed Jan 18 22:23:05 2006
++++ configure Wed Feb 14 07:51:19 2007
+@@ -7829,7 +7829,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*)
+@@ -11596,7 +11596,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*)
+@@ -14811,7 +14811,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*)
+@@ -17224,7 +17224,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*)
@@ -20697,7 +20697,7 @@
echo "GTK support: $with_gtk"