diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-14 18:44:19 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-14 18:44:19 +0800 |
commit | 5f42e7f22845ee54089c67dbf579cd8d00e5d438 (patch) | |
tree | 6027444307784f3da91d1ee737744280547f39b5 /audio/hexter | |
parent | 6e04d88d89d629f0bc81fe2a9c3e8c1a2398dad8 (diff) | |
download | freebsd-ports-gnome-5f42e7f22845ee54089c67dbf579cd8d00e5d438.tar.gz freebsd-ports-gnome-5f42e7f22845ee54089c67dbf579cd8d00e5d438.tar.zst freebsd-ports-gnome-5f42e7f22845ee54089c67dbf579cd8d00e5d438.zip |
- Fix after objformat removal
PR: 109153
Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
Diffstat (limited to 'audio/hexter')
-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" |