aboutsummaryrefslogtreecommitdiff
path: root/audio/streamtuner
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-23 22:38:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-23 22:38:33 +0000
commitf84c2275b439474941a47f7b055e679d4a6f5d3e (patch)
tree12c8142b51f8b81eeea54cbb11873adfa04e951f /audio/streamtuner
parent28c3c20886ed3b7f485b26d2ed7e755aca88b7e4 (diff)
downloadports-f84c2275b439474941a47f7b055e679d4a6f5d3e.tar.gz
ports-f84c2275b439474941a47f7b055e679d4a6f5d3e.zip
Notes
Diffstat (limited to 'audio/streamtuner')
-rw-r--r--audio/streamtuner/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile
index 527007d110fd..ef4bac87a97c 100644
--- a/audio/streamtuner/Makefile
+++ b/audio/streamtuner/Makefile
@@ -83,4 +83,7 @@ USE_PYTHON= 2.3+
USE_GNOME+= pygtk2
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
+
.include <bsd.port.post.mk>