git: d14ae389e4bc - 2024Q1 - lang/inko: Not for non-64-bit architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 00:53:38 UTC
The branch 2024Q1 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d14ae389e4bc1b11f1035dc8e3b2476fd3dd571c
commit d14ae389e4bc1b11f1035dc8e3b2476fd3dd571c
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-12 00:49:51 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 00:53:33 +0000
lang/inko: Not for non-64-bit architectures
Reported by: fallout
(cherry picked from commit b5cc0c91e4d9150f568f1f8aa8a523bb30a893ea)
---
lang/inko/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lang/inko/Makefile b/lang/inko/Makefile
index 049149243e06..2bb4c48066e6 100644
--- a/lang/inko/Makefile
+++ b/lang/inko/Makefile
@@ -10,6 +10,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