diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-24 13:53:55 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-24 13:53:55 +0000 |
commit | d8ff08c80610368d5eb56bc391aadf2f51341372 (patch) | |
tree | 8090eb7aa97710d34ff237a5fa6349b72cf30383 /audio/bmp-fc/Makefile | |
parent | - Update to 1.3.10 (diff) |
Mark BROKEN. Does not build on FreeBSD 10.x and later.
Notified by: pkg-fallout
Diffstat (limited to 'audio/bmp-fc/Makefile')
-rw-r--r-- | audio/bmp-fc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/bmp-fc/Makefile b/audio/bmp-fc/Makefile index 5d9e8cbed4ad..d9bfcf69e187 100644 --- a/audio/bmp-fc/Makefile +++ b/audio/bmp-fc/Makefile @@ -21,7 +21,13 @@ USE_LDCONFIG= yes PLIST_FILES= lib/bmp/Input/libfc.so lib/bmp/Input/libfc.la +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 1000000 +BROKEN= does not build on FreeBSD 10.x and later +.endif + post-patch: @${REINPLACE_CMD} -e 's|\(objformat=\).*|\1elf|' ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.post.mk> |