aboutsummaryrefslogtreecommitdiff
path: root/audio/fluidsynth-dssi
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-02-26 11:19:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-02-26 11:19:06 +0000
commit0f075f68fec17ea63af8482145bbc05a2291e716 (patch)
tree1dfc58b92ff171243d4a53c282feb118c2fa312c /audio/fluidsynth-dssi
parent23544db1d12c1c51c4f3347ba623b0993ee336b7 (diff)
downloadports-0f075f68fec17ea63af8482145bbc05a2291e716.tar.gz
ports-0f075f68fec17ea63af8482145bbc05a2291e716.zip
- Fix after objformat removal
PR: 109155 Submitted by: trasz
Notes
Notes: svn path=/head/; revision=185976
Diffstat (limited to 'audio/fluidsynth-dssi')
-rw-r--r--audio/fluidsynth-dssi/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/fluidsynth-dssi/Makefile b/audio/fluidsynth-dssi/Makefile
index 3917a1455711..fc5e6ed6c61c 100644
--- a/audio/fluidsynth-dssi/Makefile
+++ b/audio/fluidsynth-dssi/Makefile
@@ -24,4 +24,8 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>