diff options
-rw-r--r-- | sysutils/passwordsafe/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <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> |