Date: Mon, 11 Oct 2021 07:38:56 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: c7c701c0a3f1 - main - security/hexl: Broken on i386 Message-ID: <202110110738.19B7cupQ076307@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=c7c701c0a3f184f15b0fb12a1250ad1e6cc72598 commit c7c701c0a3f184f15b0fb12a1250ad1e6cc72598 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-10-11 07:37:58 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-10-11 07:38:53 +0000 security/hexl: Broken on i386 Reported by: fallout --- security/hexl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/hexl/Makefile b/security/hexl/Makefile index ed5783fdf134..831af6872180 100644 --- a/security/hexl/Makefile +++ b/security/hexl/Makefile @@ -9,6 +9,8 @@ COMMENT= Intel homomorphic encryption acceleration library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= error: __int128 is not supported on this target + LIB_DEPENDS= libcpu_features.so:devel/cpu_features USES= cmake:testing compiler:c++11-lang localbase:ldflags
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110110738.19B7cupQ076307>