summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-06-23 15:00:58 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-06-23 15:00:58 +0000
commit2a77a4eaa18fb1e5f7f26185c0ed7ca91fe809bf (patch)
treea3873a73c0a84deacfb0869810e1be4439e0d2c2
parentUpdate to 1.2.3 (diff)
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.
-rw-r--r--lang/ruby-devel/Makefile3
-rw-r--r--lang/ruby18/Makefile3
2 files changed, 4 insertions, 2 deletions
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
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile
index 80d96585f83b..11246c7ce0e7 100644
--- a/lang/ruby18/Makefile
+++ b/lang/ruby18/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