diff options
-rw-r--r-- | lang/gauche/Makefile | 4 |
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: |