diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-06 21:05:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-06 21:05:41 +0000 |
commit | 0bdebbb118c34322dc7ae808c4929359f87e86d1 (patch) | |
tree | 7a86f6893835f079624cce27e438f61b10738d90 /audio | |
parent | f5173fa3b00a7929fcb646262130d22a294c36e6 (diff) | |
download | ports-0bdebbb118c34322dc7ae808c4929359f87e86d1.tar.gz ports-0bdebbb118c34322dc7ae808c4929359f87e86d1.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/dssi/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
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*) |