aboutsummaryrefslogtreecommitdiff
path: root/devel/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'devel/llvm')
-rw-r--r--devel/llvm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/llvm/Makefile b/devel/llvm/Makefile
index 8d88d769cec3..418d9505019a 100644
--- a/devel/llvm/Makefile
+++ b/devel/llvm/Makefile
@@ -29,6 +29,10 @@ MAN1= bugpoint.1 llc.1 lli.1 llvm-ar.1 \
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+BROKEN= does not build on sparc64
+.endif
+
.if ${PERL_LEVEL} < 500800
BROKEN= does not compile with perl ${PERL_VERSION}
.endif