freebsd-ports/audio/jamin/files/patch-configure
Martin Wilke b803d2a83c - Fix build on HEAD
Submitted by:   trasz (maintainer via privat mail)
2007-02-06 21:05:44 +00:00

11 lines
356 B
Text

--- configure.orig Sun Feb 4 21:02:41 2007
+++ configure Sun Feb 4 21:02:48 2007
@@ -9813,7 +9813,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*)