aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-12-04 06:51:53 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-12-04 06:51:53 +0000
commit5872c16e3d7f84937ac7317b5861958021b1e1a2 (patch)
treed5de7c7179836e543ebcdab512e9813620971918
parent8274ead1bac3de03918f4db9144d2c08e272a916 (diff)
downloadports-5872c16e3d7f84937ac7317b5861958021b1e1a2.tar.gz
ports-5872c16e3d7f84937ac7317b5861958021b1e1a2.zip
security/openfhe: Broken on i386
Reported by: fallout
-rw-r--r--security/openfhe/Makefile2
1 files changed, 2 insertions, 0 deletions
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