git: 5872c16e3d7f - main - security/openfhe: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 04 Dec 2022 06:52:18 UTC
The branch main has been updated by yuri:

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

commit 5872c16e3d7f84937ac7317b5861958021b1e1a2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-04 06:51:53 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-04 06:51:53 +0000

    security/openfhe: Broken on i386
    
    Reported by:    fallout
---
 security/openfhe/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/openfhe/Makefile b/security/openfhe/Makefile
index 98069d7ed9f0..ed9db7abf880 100644
--- a/security/openfhe/Makefile
+++ b/security/openfhe/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/openfheorg/openfhe-development
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails: error: __int128 is not supported on this target
+
 BUILD_DEPENDS=	autoconf:devel/autoconf # possibly a mistake in the project
 
 USES=		cmake:noninja,testing compiler:c++17-lang # cmake refuses to work with ninja