diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-21 01:40:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-21 01:40:28 +0000 |
commit | 4c432450b4421e448460ae536d2dcbb2b49cc58d (patch) | |
tree | b5a384e3484f43c56cbb47bc3ddb952d2f60b534 /devel/icu/Makefile | |
parent | BROKEN: Configure fails (diff) |
BROKEN on ia64: Segfault during build
Notes
Notes:
svn path=/head/; revision=148908
Diffstat (limited to 'devel/icu/Makefile')
-rw-r--r-- | devel/icu/Makefile | 4 |
1 files changed, 4 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: |