Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2023 01:43:59 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 929686733b06 - 2023Q3 - math/vampire: Broken on i386
Message-ID:  <202307100143.36A1hxwh096486@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307100143.36A1hxwh096486>