diff options
Diffstat (limited to 'devel/icu4/Makefile')
-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 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: |