From 0bdebbb118c34322dc7ae808c4929359f87e86d1 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Tue, 6 Feb 2007 21:05:41 +0000 Subject: - Fix build on HEAD Submitted by: trasz maintainer (via privat mail) --- audio/dssi/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/dssi/files/patch-configure (limited to 'audio') diff --git a/audio/dssi/files/patch-configure b/audio/dssi/files/patch-configure new file mode 100644 index 000000000000..7c0437721959 --- /dev/null +++ b/audio/dssi/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sun Feb 4 20:44:04 2007 ++++ configure Sun Feb 4 20:44:28 2007 +@@ -7822,7 +7822,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*) -- cgit v1.2.3