From 556eb40aa6aeabe00a361963d68c620348ca4e97 Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Sun, 19 Mar 2017 11:35:43 +0000 Subject: [PATCH] sysutils/passwordsafe: Mark broken on 10.x - clang segfaults on 10.x --- sysutils/passwordsafe/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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