summaryrefslogtreecommitdiff
path: root/lang/qscheme
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-06-19 07:54:14 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-06-19 07:54:14 +0000
commit915abc4271b9c66d147119c62d4110f1771ad193 (patch)
tree4fded8650c196114136a868827c1d51c948f5a5a /lang/qscheme
parentMark as broken on sparc64. (diff)
Also broken on sparc64.
Hat: portmgr Feature safe: yes
Notes
Notes: svn path=/head/; revision=256699
Diffstat (limited to 'lang/qscheme')
-rw-r--r--lang/qscheme/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile
index 005502d70e3f..f0720a02e13d 100644
--- a/lang/qscheme/Makefile
+++ b/lang/qscheme/Makefile
@@ -40,9 +40,9 @@ post-patch:
.include <bsd.port.pre.mk>
-.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
+.if ${ARCH} == "ia64" || ${ARCH} == "amd64" || ${ARCH} == "sparc64"
# because it uses static pcre lib, which is compiled without -fPIC. pcre problem likely.
-BROKEN= Does not build on amd64 or ia64
+BROKEN= Does not build on amd64, ia64, or sparc64
.endif
.include <bsd.port.post.mk>