diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-07-03 14:53:56 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-07-03 14:53:56 +0000 |
commit | e98949f71677d030b52e7b79722d74a1a762b84e (patch) | |
tree | 0024ace581b0d1cd09cf71cbe628c9b470f543c1 /lang/gauche | |
parent | 71f9abcd21cd3827af2bba2dcb0946eb8bad2924 (diff) | |
download | ports-e98949f71677d030b52e7b79722d74a1a762b84e.tar.gz ports-e98949f71677d030b52e7b79722d74a1a762b84e.zip |
Notes
Diffstat (limited to 'lang/gauche')
-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: |