diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-12-12 05:50:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-12-12 05:50:38 +0000 |
commit | 7c0d9eb2df4bc645395f9679de99ae8e416a36fb (patch) | |
tree | cdd3f6ba126ff22363ab3adfcbb448ebfca03820 /lang | |
parent | 1ed42146b6d127320a2ca3b538244f7424549872 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mosh/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/mosh/Makefile b/lang/mosh/Makefile index 855c6c6ec97b..89d8a6c16188 100644 --- a/lang/mosh/Makefile +++ b/lang/mosh/Makefile @@ -13,15 +13,15 @@ COMMENT= Fast R6RS Scheme interpreter LICENSE= BSD2CLAUSE -LIB_DEPENDS= libgmp.so:math/gmp \ - libonig.so:devel/oniguruma - BROKEN_armv6= fails to link: os_dep.c: undefined reference to '__stack_base__' BROKEN_armv7= fails to link: os_dep.c: undefined reference to '__stack_base__' BROKEN_mips64= fails to compile: os_dep.c: redefinition of 'GC_register_dynamic_libraries' -NOT_FOR_ARCHS= aarch64 +NOT_FOR_ARCHS= aarch64 riscv64 NOT_FOR_ARCHS_REASON= gcconfig.h: the collector has not been ported to this machine/OS combination +LIB_DEPENDS= libgmp.so:math/gmp \ + libonig.so:devel/oniguruma + CONFLICTS_INSTALL= mosh-1.[0-9].* USES= gmake ssl |