diff options
author | arved <arved@FreeBSD.org> | 2007-03-17 18:25:58 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2007-03-17 18:25:58 +0000 |
commit | 2d47c4536287c3ec7a8166bb8601dc26b151732f (patch) | |
tree | 8f153ad3f1ff1e4f7d757ab88173731bb0dfb637 /audio/bmp-songchange | |
parent | 7f62e8f95b641ed07d5301a9e01139e34c6ade9c (diff) | |
download | FreeBSD-ports-2d47c4536287c3ec7a8166bb8601dc26b151732f.zip FreeBSD-ports-2d47c4536287c3ec7a8166bb8601dc26b151732f.tar.gz |
Fix build after objformat removal
Diffstat (limited to 'audio/bmp-songchange')
-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 64e9cdc..ba008b1 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> |