aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2016-09-23 10:24:48 +0800
committerlinimon <linimon@FreeBSD.org>2016-09-23 10:24:48 +0800
commitc2eef1114e52597a7764b05ad484e09c9e94123f (patch)
treed04e449f435678491c7665e9608a3091eb9c5293 /lang
parentb56ee02284f9f34ee4df3e6745e0cbba0b1d4e2f (diff)
downloadfreebsd-ports-gnome-c2eef1114e52597a7764b05ad484e09c9e94123f.tar.gz
freebsd-ports-gnome-c2eef1114e52597a7764b05ad484e09c9e94123f.tar.zst
freebsd-ports-gnome-c2eef1114e52597a7764b05ad484e09c9e94123f.zip
Fix obvious braino.
Diffstat (limited to 'lang')
-rw-r--r--lang/gauche/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 77c3cb26a9f8..daf6567c5372 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -14,10 +14,10 @@ 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
+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