summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-07-03 14:53:56 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-07-03 14:53:56 +0000
commite98949f71677d030b52e7b79722d74a1a762b84e (patch)
tree0024ace581b0d1cd09cf71cbe628c9b470f543c1 /lang/gauche
parentMark BROKEN on CURRENT (diff)
Mark BROKEN on sparc64
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=166843
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index f04aa9ce198c..a95ce035bf50 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -43,8 +43,8 @@ INFO= gauche-refe gauche-refj
.include <bsd.port.pre.mk>
-.if ${ARCH} == "ia64"
-BROKEN= Does not compile on ${ARCH} (due to included boehm-gc)
+.if (${ARCH} == "ia64") || (${ARCH} == "sparc64")
+BROKEN= Does not compile on ${ARCH}
.endif
post-build: