git: 6af0381cd8d2 - main - math/vampire: Broken on armv7, powerpc

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 04 Feb 2024 21:05:23 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6af0381cd8d26ee8eecbad53537e1d53eb439e86

commit 6af0381cd8d26ee8eecbad53537e1d53eb439e86
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-02-04 21:04:10 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-02-04 21:05:20 +0000

    math/vampire: Broken on armv7, powerpc
    
    Reported by:    fallout
---
 math/vampire/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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