diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-07 08:57:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-07 08:57:17 +0000 |
commit | ded1de065b4d5b58b5ccb3715db0925994665265 (patch) | |
tree | 255484527879bb5d83074b4538c6d1c953b0c360 /audio/hexter/files | |
parent | 2d7823066ac895575a69f3f757bd5afdc1fdc5d0 (diff) |
Notes
Diffstat (limited to 'audio/hexter/files')
-rw-r--r-- | audio/hexter/files/patch-configure | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/audio/hexter/files/patch-configure b/audio/hexter/files/patch-configure index 8421da0dff6e..0e22a38e7a66 100644 --- a/audio/hexter/files/patch-configure +++ b/audio/hexter/files/patch-configure @@ -1,41 +1,5 @@ --- 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" |