aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qscheme
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-06-19 15:54:14 +0800
committerlinimon <linimon@FreeBSD.org>2010-06-19 15:54:14 +0800
commit9d213b93255e1fb76967480f0cdb276db7156a41 (patch)
treecd5565d31132633219f6714ea566a1195409cb04 /lang/qscheme
parent738d964e940b9cd5cb1f557255a63422c6712331 (diff)
downloadfreebsd-ports-gnome-9d213b93255e1fb76967480f0cdb276db7156a41.tar.gz
freebsd-ports-gnome-9d213b93255e1fb76967480f0cdb276db7156a41.tar.zst
freebsd-ports-gnome-9d213b93255e1fb76967480f0cdb276db7156a41.zip
Also broken on sparc64.
Hat: portmgr Feature safe: yes
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>