git: b5cc0c91e4d9 - main - lang/inko: Not for non-64-bit architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 00:50:19 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b5cc0c91e4d9150f568f1f8aa8a523bb30a893ea commit b5cc0c91e4d9150f568f1f8aa8a523bb30a893ea 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:49:51 +0000 lang/inko: Not for non-64-bit architectures Reported by: fallout --- lang/inko/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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