diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-23 22:38:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-23 22:38:33 +0000 |
commit | f84c2275b439474941a47f7b055e679d4a6f5d3e (patch) | |
tree | 12c8142b51f8b81eeea54cbb11873adfa04e951f /audio/streamtuner | |
parent | 28c3c20886ed3b7f485b26d2ed7e755aca88b7e4 (diff) | |
download | ports-f84c2275b439474941a47f7b055e679d4a6f5d3e.tar.gz ports-f84c2275b439474941a47f7b055e679d4a6f5d3e.zip |
Notes
Diffstat (limited to 'audio/streamtuner')
-rw-r--r-- | audio/streamtuner/Makefile | 3 |
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> |