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