diff options
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> |