diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-12-06 17:08:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-12-06 17:08:16 +0000 |
commit | 4cec8e779eb2bdc2c2489edf7ffb7ffe23ef1ed3 (patch) | |
tree | 13c46beaff7cf32d2fca99dfca0553d866581b3e /lang | |
parent | 6b189b0fc41396fae94300e9bd77fe9d0e30effd (diff) | |
download | ports-4cec8e779eb2bdc2c2489edf7ffb7ffe23ef1ed3.tar.gz ports-4cec8e779eb2bdc2c2489edf7ffb7ffe23ef1ed3.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gauche/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index e9cd733deb3f..89c8653de434 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_mips= Fails to build: redefinition of GC_register_dynamic_libraries BROKEN_mips64= Fails to build: redefinition of GC_register_dynamic_libraries +BROKEN_riscv64= Fails to build: ./include/private/gcconfig.h:709:5: The collector has not been ported to this machine/OS combination USES= compiler:c11 gmake iconv makeinfo tar:tgz GNU_CONFIGURE= yes |