mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
lang/inko: Not for non-64-bit architectures
Reported by: fallout
This commit is contained in:
parent
9c89c861b7
commit
b5cc0c91e4
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue