summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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