diff options
author | kris <kris@FreeBSD.org> | 2005-11-21 09:40:28 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-11-21 09:40:28 +0800 |
commit | 858922fd4ba66b6f6196a5706155df5240183cc5 (patch) | |
tree | d9cf454560b8febe225f0c6817632460f1454e53 /devel/icu4 | |
parent | b42d7ad4cfe507941b3c8f338c73bbaf9177e3f0 (diff) | |
download | freebsd-ports-gnome-858922fd4ba66b6f6196a5706155df5240183cc5.tar.gz freebsd-ports-gnome-858922fd4ba66b6f6196a5706155df5240183cc5.tar.zst freebsd-ports-gnome-858922fd4ba66b6f6196a5706155df5240183cc5.zip |
BROKEN on ia64: Segfault during build
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 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: |