summaryrefslogtreecommitdiff
path: root/finance/fabric
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-11 18:54:51 -0800
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-11 18:54:51 -0800
commit216e1100d18485f72c8288dbb505784a9f68064a (patch)
tree1983f6443d2d8715b95b172345af8f1a68eaab40 /finance/fabric
parentmisc/librepo: Attempt to fix compilation failure on 13.2 amd64 and i386: (diff)
finance/fabric: Not for non-64-bit architectures
Reported by: https://portsfallout.com/
Diffstat (limited to 'finance/fabric')
-rw-r--r--finance/fabric/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/finance/fabric/Makefile b/finance/fabric/Makefile
index 1336d107767a..83823ef1958b 100644
--- a/finance/fabric/Makefile
+++ b/finance/fabric/Makefile
@@ -11,6 +11,8 @@ WWW= https://wiki.hyperledger.org/display/fabric
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc # compilation fails on non-64-bit systems: fabric-amcl/core/FP256BN/FP.go:111:19: cannot convert MConst (constant 30564559323915749 of type Chunk) to type int
+
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= hyperledger