aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-11-21 01:40:28 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-11-21 01:40:28 +0000
commit4c432450b4421e448460ae536d2dcbb2b49cc58d (patch)
treeb5a384e3484f43c56cbb47bc3ddb952d2f60b534 /devel
parent7a6c123cceed261d15d1d1a5c38ba8c16e44177b (diff)
downloadports-4c432450b4421e448460ae536d2dcbb2b49cc58d.tar.gz
ports-4c432450b4421e448460ae536d2dcbb2b49cc58d.zip
BROKEN on ia64: Segfault during build
Notes
Notes: svn path=/head/; revision=148908
Diffstat (limited to 'devel')
-rw-r--r--devel/icu/Makefile4
-rw-r--r--devel/icu4/Makefile4
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: