aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-11-21 09:40:28 +0800
committerkris <kris@FreeBSD.org>2005-11-21 09:40:28 +0800
commit858922fd4ba66b6f6196a5706155df5240183cc5 (patch)
treed9cf454560b8febe225f0c6817632460f1454e53 /devel
parentb42d7ad4cfe507941b3c8f338c73bbaf9177e3f0 (diff)
downloadfreebsd-ports-graphics-858922fd4ba66b6f6196a5706155df5240183cc5.tar.gz
freebsd-ports-graphics-858922fd4ba66b6f6196a5706155df5240183cc5.tar.zst
freebsd-ports-graphics-858922fd4ba66b6f6196a5706155df5240183cc5.zip
BROKEN on ia64: Segfault during build
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 cf0faf051da..959ee9265cd 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 cf0faf051da..959ee9265cd 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: