diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-09-08 03:28:26 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-09-08 03:28:26 +0000 |
commit | 3df0206edab37dc11399103aaed903f9d59c7ba4 (patch) | |
tree | 6bc90d77a38a8c09317ae7308cb1af52f46fca72 /devel/icu4 | |
parent | 588c86c090ba47134e954276084ca363ac4e4a3b (diff) | |
download | ports-3df0206edab37dc11399103aaed903f9d59c7ba4.tar.gz ports-3df0206edab37dc11399103aaed903f9d59c7ba4.zip |
Re-enable on sparc64; it builds on some machines and not others. Cause
has not yet been identified.
Notes
Notes:
svn path=/head/; revision=220218
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 |