aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-02-04 21:04:10 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-02-04 21:05:20 +0000
commit6af0381cd8d26ee8eecbad53537e1d53eb439e86 (patch)
tree218714e96f384fa6ac9ec9bc1f0f83907f4bf65d
parenta481ee1e98dd46154b90787898cc11d7427472f0 (diff)
downloadports-6af0381cd8d26ee8eecbad53537e1d53eb439e86.tar.gz
ports-6af0381cd8d26ee8eecbad53537e1d53eb439e86.zip
math/vampire: Broken on armv7, powerpc
Reported by: fallout
-rw-r--r--math/vampire/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/vampire/Makefile b/math/vampire/Makefile
index f3e87bfec4a9..79f853e44849 100644
--- a/math/vampire/Makefile
+++ b/math/vampire/Makefile
@@ -10,7 +10,9 @@ WWW= https://vprover.github.io/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENCE
+BROKEN_armv7= error: static_assert failed due to requirement 'sizeof(void *) == 8'
BROKEN_i386= error: static_assert failed due to requirement 'sizeof(void *) == 8'
+BROKEN_powerpc= error: static_assert failed due to requirement 'sizeof(void *) == 8'
USES= cmake compiler:c++14-lang