Mark wkhtmltopdf as broken for clang >= 6.0 until fixed
This commit is contained in:
parent
630e8feb6d
commit
152c51cadc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462781
1 changed files with 9 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue