aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-12 00:49:51 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-12 00:49:51 +0000
commitb5cc0c91e4d9150f568f1f8aa8a523bb30a893ea (patch)
tree7c32784eea90c3977ea4179a23a2d21cdbc814e6
parent9c89c861b7b22955d80672293dc12ec8e7029d38 (diff)
downloadports-b5cc0c91e4d9150f568f1f8aa8a523bb30a893ea.tar.gz
ports-b5cc0c91e4d9150f568f1f8aa8a523bb30a893ea.zip
lang/inko: Not for non-64-bit architectures
Reported by: fallout
-rw-r--r--lang/inko/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/inko/Makefile b/lang/inko/Makefile
index ef742773832a..06ad2d6ba91e 100644
--- a/lang/inko/Makefile
+++ b/lang/inko/Makefile
@@ -11,6 +11,8 @@ WWW= https://inko-lang.org/
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
+NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc # build fails on non-64-bit architectures: Inko requires a 64-bits architecture
+
LIB_DEPENDS= libffi.so:devel/libffi
USES= cargo llvm:15 localbase:ldflags