sysutils/passwordsafe: Mark broken on 10.x
- clang segfaults on 10.x
This commit is contained in:
parent
f1aee67038
commit
556eb40aa6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436486
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue