From a1db5de278d60f89896d4ce351ae2b41d7055934 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 14 Mar 2004 00:18:21 +0000 Subject: BROKEN on ia64: segfault during build --- lang/ruby18/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/ruby18') 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 +.if ${ARCH} == "ia64" +BROKEN= "Segfault during build on ia64" +.endif + MAKE_ARGS= -j3 .if ${OSVERSION} >= 400014 -- cgit