Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 00:50:19 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b5cc0c91e4d9 - main - lang/inko: Not for non-64-bit architectures
Message-ID:  <202401120050.40C0oJov064063@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401120050.40C0oJov064063>