From 4cec8e779eb2bdc2c2489edf7ffb7ffe23ef1ed3 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 6 Dec 2020 17:08:16 +0000 Subject: [PATCH] Mark as BROKEN on riscv64. --- lang/gauche/Makefile | 1 + 1 file changed, 1 insertion(+) 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