git: 929686733b06 - 2023Q3 - math/vampire: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 10 Jul 2023 01:43:59 UTC
The branch 2023Q3 has been updated by yuri:

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

commit 929686733b064453f20cca6c09f563e47961d68b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-10 01:43:07 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-10 01:43:57 +0000

    math/vampire: Broken on i386
    
    Reported by:    fallout
    
    (cherry picked from commit 6325e0e5a71e8ef757715bff4f7b9c45419a1d36)
---
 math/vampire/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/vampire/Makefile b/math/vampire/Makefile
index c4c2a5f24c37..e6c388df2c19 100644
--- a/math/vampire/Makefile
+++ b/math/vampire/Makefile
@@ -11,6 +11,8 @@ WWW=		https://vprover.github.io/
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
+BROKEN_i386=	error: static_assert failed due to requirement 'sizeof(void *) == 8'
+
 USES=		compiler:c++11-lang gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	vprover