Mark wkhtmltopdf as broken for clang >= 6.0 until fixed

This commit is contained in:
Martin Matuska 2018-02-24 09:07:58 +00:00
parent 630e8feb6d
commit 152c51cadc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462781

View file

@ -86,4 +86,12 @@ post-install:
${STAGEDIR}${PREFIX}/bin/wkhtmltopdf \
${STAGEDIR}${PREFIX}/lib/libwkhtmltox.so.0.12.4
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD
.if ${COMPILER_TYPE:Mclang} && ${COMPILER_VERSION} >= 60
BROKEN= Does not build
.endif
.endif
.include <bsd.port.post.mk>