diff options
author | linimon <linimon@FreeBSD.org> | 2008-09-08 11:28:26 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-09-08 11:28:26 +0800 |
commit | b2fa88d2d6e416dbdbbe2a5bf3ec8e5f003ea5af (patch) | |
tree | 499447f99990b8a7cc1bc27425bf08068f76a0d3 /devel/icu4 | |
parent | 694dbfd9c39117c9ae9222178504e2ecd33af735 (diff) | |
download | freebsd-ports-gnome-b2fa88d2d6e416dbdbbe2a5bf3ec8e5f003ea5af.tar.gz freebsd-ports-gnome-b2fa88d2d6e416dbdbbe2a5bf3ec8e5f003ea5af.tar.zst freebsd-ports-gnome-b2fa88d2d6e416dbdbbe2a5bf3ec8e5f003ea5af.zip |
Re-enable on sparc64; it builds on some machines and not others. Cause
has not yet been identified.
Diffstat (limited to 'devel/icu4')
-rw-r--r-- | devel/icu4/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/icu4/Makefile b/devel/icu4/Makefile index a88a3463c18d..2a4fd5892604 100644 --- a/devel/icu4/Makefile +++ b/devel/icu4/Makefile @@ -55,10 +55,6 @@ 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 |