aboutsummaryrefslogtreecommitdiff
path: root/audio/q-audio
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-21 22:17:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-21 22:17:18 +0000
commit3baf4f33fd14ca9f6a9906bfec57c58a9b5ce3b8 (patch)
tree7d4cff3226e484a600f077c6d6aa20849ed105dd /audio/q-audio
parent43d6a9fab973448a8121d1a24a160a46d2df2178 (diff)
downloadports-3baf4f33fd14ca9f6a9906bfec57c58a9b5ce3b8.tar.gz
ports-3baf4f33fd14ca9f6a9906bfec57c58a9b5ce3b8.zip
Notes
Diffstat (limited to 'audio/q-audio')
-rw-r--r--audio/q-audio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/q-audio/Makefile b/audio/q-audio/Makefile
index fa9fbe4796ca..079da78c1f80 100644
--- a/audio/q-audio/Makefile
+++ b/audio/q-audio/Makefile
@@ -33,5 +33,6 @@ post-patch:
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
${GREP} -l "^examplesdir" | ${XARGS} ${REINPLACE_CMD} -e \
"s;[(]pkgdatadir[)]/examples;(datadir)/examples/q;"
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
.include <bsd.port.mk>