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 cf0faf051da5..959ee9265cd3 100644 --- a/devel/icu/Makefile +++ b/devel/icu/Makefile @@ -51,6 +51,10 @@ PLIST_SUB+= ICUVER=${PORTVERSION} .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" +BROKEN= "Segfault during build on ia64" +.endif + .if ${ARCH} != "sparc64" USE_REINPLACE= yes post-patch: diff --git a/devel/icu4/Makefile b/devel/icu4/Makefile index cf0faf051da5..959ee9265cd3 100644 --- a/devel/icu4/Makefile +++ b/devel/icu4/Makefile @@ -51,6 +51,10 @@ PLIST_SUB+= ICUVER=${PORTVERSION} .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" +BROKEN= "Segfault during build on ia64" +.endif + .if ${ARCH} != "sparc64" USE_REINPLACE= yes post-patch: |