From 2a77a4eaa18fb1e5f7f26185c0ed7ca91fe809bf Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Mon, 23 Jun 2003 15:00:58 +0000 Subject: It turned out that ruby 1.8.0-preview3 only works with i386 due to lack of prototypes. A patch to fix this will follow in a couple of days, and in the meantime mark this port as ONLY_FOR_ARCHS=i386. --- lang/ruby-devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/ruby-devel') diff --git a/lang/ruby-devel/Makefile b/lang/ruby-devel/Makefile index 80d96585f83b..11246c7ce0e7 100644 --- a/lang/ruby-devel/Makefile +++ b/lang/ruby-devel/Makefile @@ -32,7 +32,8 @@ PLIST_SUB+= ONIGURUMA="@comment " .endif # Ruby 1.8 does not support IA64 yet. -ONLY_FOR_ARCHS= i386 alpha sparc64 +#ONLY_FOR_ARCHS= i386 alpha sparc64 +ONLY_FOR_ARCHS= i386 #USE_BZIP2= yes -- cgit v1.2.3