aboutsummaryrefslogtreecommitdiff
path: root/devel/icu
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-08-01 06:16:57 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-08-01 06:16:57 +0000
commit76cf74298edaef4d323bfdfbb43f1e288c2af39a (patch)
tree49013841cb2a8c0285139b2784317e48b296323b /devel/icu
parent503797888eaa2c57247c4bdcb5b74926aded9f36 (diff)
downloadports-76cf74298edaef4d323bfdfbb43f1e288c2af39a.tar.gz
ports-76cf74298edaef4d323bfdfbb43f1e288c2af39a.zip
Notes
Diffstat (limited to 'devel/icu')
-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