From a1db5de278d60f89896d4ce351ae2b41d7055934 Mon Sep 17 00:00:00 2001 From: kris <kris@FreeBSD.org> 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') diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 5e352c2..463ce1e 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 -- cgit v1.1