sysutils/passwordsafe: Mark broken on 10.x

- clang segfaults on 10.x
This commit is contained in:
Bernard Spil 2017-03-19 11:35:43 +00:00
parent f1aee67038
commit 556eb40aa6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436486

View file

@ -56,4 +56,10 @@ post-install-NLS-on:
${STAGEDIR}${PREFIX}/locale/$l/LC_MESSAGES
.endfor
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
BROKEN= clang segfaults on 10.x
.endif
.include <bsd.port.post.mk>