git: d46f32563599 - 2024Q1 - math/vampire: Broken on armv7, powerpc

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

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

commit d46f32563599d3e8e97e79082d4d4c51920822a7
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:53 +0000

    math/vampire: Broken on armv7, powerpc
    
    Reported by:    fallout
    
    (cherry picked from commit 6af0381cd8d26ee8eecbad53537e1d53eb439e86)
---
 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