aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-07-11 22:31:17 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-07-11 22:31:17 +0000
commitfb6c587380649e9d1cbdd32c4f4b00120d9e3d86 (patch)
tree561f1151d3c6cc10c5dcac2b588ae9a55b6af377
parent2c097a3e51402e59f2372c203889596ebc76798a (diff)
downloadports-fb6c587380649e9d1cbdd32c4f4b00120d9e3d86.tar.gz
ports-fb6c587380649e9d1cbdd32c4f4b00120d9e3d86.zip
security/helib: disable on 32-bits
CMake Error at CMakeLists.txt:24 (message): HElib requires a 64-bit architecture.
-rw-r--r--security/helib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/helib/Makefile b/security/helib/Makefile
index 1acd0804716e..f5e105c5a8c2 100644
--- a/security/helib/Makefile
+++ b/security/helib/Makefile
@@ -8,7 +8,7 @@ COMMENT= Implementation of homomorphic encryption
LICENSE= APACHE20
-BROKEN_i386= no matching function for call to 'assertEq', see https://github.com/homenc/HElib/issues/342
+NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe
LIB_DEPENDS= libgmp.so:math/gmp \
libntl.so:math/ntl