Date: Sun, 4 Feb 2024 21:05:23 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6af0381cd8d2 - main - math/vampire: Broken on armv7, powerpc Message-ID: <202402042105.414L5NQ6000723@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402042105.414L5NQ6000723>