diff --git a/sysutils/passwordsafe/Makefile b/sysutils/passwordsafe/Makefile index 27969298ae31..45e5d4cda78d 100644 --- a/sysutils/passwordsafe/Makefile +++ b/sysutils/passwordsafe/Makefile @@ -56,4 +56,10 @@ post-install-NLS-on: ${STAGEDIR}${PREFIX}/locale/$l/LC_MESSAGES .endfor -.include +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 +BROKEN= clang segfaults on 10.x +.endif + +.include