diff options
-rw-r--r-- | devel/icu/Makefile | 4 | ||||
-rw-r--r-- | devel/icu4/Makefile | 4 |
2 files changed, 8 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 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 |