summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-14 00:18:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-14 00:18:21 +0000
commit2b314e40570787a5bc6e5ffc6b6a3881ffbac503 (patch)
treeea4a6101818166e9b7319eed22e76993e5600fbc /lang
parentNow that the SIZE thing has stabilized, add it to the ports I maintain. (diff)
BROKEN on ia64: segfault during build
Notes
Notes: svn path=/head/; revision=103918
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby18/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile
index 5e352c21b0f5..463ce1ecf70a 100644
--- a/lang/ruby18/Makefile
+++ b/lang/ruby18/Makefile
@@ -59,6 +59,10 @@ LATEST_LINK= ruby-devel
.include <bsd.port.pre.mk>
+.if ${ARCH} == "ia64"
+BROKEN= "Segfault during build on ia64"
+.endif
+
MAKE_ARGS= -j3
.if ${OSVERSION} >= 400014