diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-14 18:44:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-14 18:44:19 +0800 |
commit | dec01ec58f0ac119352d527458568d5f50df4bd1 (patch) | |
tree | a7e644b5a28384b9611086a802371556ac68350e /audio | |
parent | a40d5d7caaf8ad27bcadc4e041fb428ed4662a94 (diff) | |
download | freebsd-ports-gnome-dec01ec58f0ac119352d527458568d5f50df4bd1.tar.gz freebsd-ports-gnome-dec01ec58f0ac119352d527458568d5f50df4bd1.tar.zst freebsd-ports-gnome-dec01ec58f0ac119352d527458568d5f50df4bd1.zip |
- Fix after objformat removal
PR: 109153
Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/hexter/files/patch-configure | 40 |
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" |