aboutsummaryrefslogtreecommitdiff
path: root/devel/icu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/icu/Makefile')
-rw-r--r--devel/icu/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/icu/Makefile b/devel/icu/Makefile
index 2a4fd5892604..a88a3463c18d 100644
--- a/devel/icu/Makefile
+++ b/devel/icu/Makefile
@@ -55,6 +55,10 @@ PLIST_SUB+= ICUVER=${PORTVERSION}
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile: No rule to make target 'out'
+.endif
+
.if ${CC:T} == "cc"
CFLAGS:= ${CFLAGS:N-funroll-loops:N-O*:N-*strict-aliasing} -O2 -fno-strict-aliasing
.endif