From 9d213b93255e1fb76967480f0cdb276db7156a41 Mon Sep 17 00:00:00 2001 From: linimon Date: Sat, 19 Jun 2010 07:54:14 +0000 Subject: Also broken on sparc64. Hat: portmgr Feature safe: yes --- lang/qscheme/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/qscheme') 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 -.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 -- cgit