aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-12 02:54:51 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-12 02:56:10 +0000
commit769b0fad6ea55159b4e6572ca0a69ea9b7c2823c (patch)
tree639e8940eab35273d66a6af099ee92cad592dc2e
parentcb1c68d5532276e0c285a0e528a1ad523e43efba (diff)
downloadports-769b0fad6ea55159b4e6572ca0a69ea9b7c2823c.tar.gz
ports-769b0fad6ea55159b4e6572ca0a69ea9b7c2823c.zip
finance/fabric: Not for non-64-bit architectures
Reported by: https://portsfallout.com/ (cherry picked from commit 216e1100d18485f72c8288dbb505784a9f68064a)
-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