aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2016-09-19 21:12:33 +0800
committerlinimon <linimon@FreeBSD.org>2016-09-19 21:12:33 +0800
commitc1e54e57ce91eadae9853f04fe3862a7ac0a7e29 (patch)
tree71a774052033b5e70fdb96ca74c87ea20ddc3c81 /lang
parent03ce986d206874246902f6e47904f109d371b3cb (diff)
downloadfreebsd-ports-gnome-c1e54e57ce91eadae9853f04fe3862a7ac0a7e29.tar.gz
freebsd-ports-gnome-c1e54e57ce91eadae9853f04fe3862a7ac0a7e29.tar.zst
freebsd-ports-gnome-c1e54e57ce91eadae9853f04fe3862a7ac0a7e29.zip
Mark as broken on various tier-2 archs.
Diffstat (limited to 'lang')
-rw-r--r--lang/gauche/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 53319a197e90..77c3cb26a9f8 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -14,6 +14,11 @@ COMMENT= Scheme script interpreter with multibyte character handling
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_armv6: Fails to build: unknown attribute __alloc_size__; also fails in assembler
+BROKEN_mips: Fails to build: redefinition of GC_register_dynamic_libraries
+BROKEN_mips64: Fails to build: redefinition of GC_register_dynamic_libraries
+BROKEN_sparc64: Fails to build: do not know how to make sparc_mach_dep.lo
+
USES= iconv makeinfo tar:tgz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-tls=none \