diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-07-11 22:31:17 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-07-11 22:31:17 +0000 |
commit | fb6c587380649e9d1cbdd32c4f4b00120d9e3d86 (patch) | |
tree | 561f1151d3c6cc10c5dcac2b588ae9a55b6af377 /security/helib | |
parent | 2c097a3e51402e59f2372c203889596ebc76798a (diff) | |
download | ports-fb6c587380649e9d1cbdd32c4f4b00120d9e3d86.tar.gz ports-fb6c587380649e9d1cbdd32c4f4b00120d9e3d86.zip |
Diffstat (limited to 'security/helib')
-rw-r--r-- | security/helib/Makefile | 2 |
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 |