diff options
author | linimon <linimon@FreeBSD.org> | 2008-08-01 14:16:57 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-08-01 14:16:57 +0800 |
commit | fe033c8317e489063a39d71fc0a13123da5b2d72 (patch) | |
tree | 33905b20e80f35542c208c0345b238bdc2d34f4d /devel/icu4 | |
parent | d6e0e2ea967b512f684c66a264aa3dd74ea18a08 (diff) | |
download | freebsd-ports-gnome-fe033c8317e489063a39d71fc0a13123da5b2d72.tar.gz freebsd-ports-gnome-fe033c8317e489063a39d71fc0a13123da5b2d72.tar.zst freebsd-ports-gnome-fe033c8317e489063a39d71fc0a13123da5b2d72.zip |
Mark as broken on sparc64: fails in Makefile step.
Diffstat (limited to 'devel/icu4')
-rw-r--r-- | devel/icu4/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/icu4/Makefile b/devel/icu4/Makefile index 2a4fd5892604..a88a3463c18d 100644 --- a/devel/icu4/Makefile +++ b/devel/icu4/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 |