diff options
Diffstat (limited to 'audio/bmp-songchange/Makefile')
-rw-r--r-- | audio/bmp-songchange/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/bmp-songchange/Makefile b/audio/bmp-songchange/Makefile index 64e9cdc71857..ba008b1ec829 100644 --- a/audio/bmp-songchange/Makefile +++ b/audio/bmp-songchange/Makefile @@ -21,4 +21,9 @@ GNU_CONFIGURE= yes PLIST_FILES= lib/bmp/General/libsong_change.so -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +post-patch: + ${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure + +.include <bsd.port.post.mk> |