aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-06-23 23:00:58 +0800
committerknu <knu@FreeBSD.org>2003-06-23 23:00:58 +0800
commit8e6f608aa75245b9dc6ad6eb964447805a225733 (patch)
treea5821360249657deba9211a7de32da3a7d36080d /lang
parentb2b27e22ddf90c1276e884a2fc8f3b59e048176a (diff)
downloadfreebsd-ports-gnome-8e6f608aa75245b9dc6ad6eb964447805a225733.tar.gz
freebsd-ports-gnome-8e6f608aa75245b9dc6ad6eb964447805a225733.tar.zst
freebsd-ports-gnome-8e6f608aa75245b9dc6ad6eb964447805a225733.zip
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.
Diffstat (limited to 'lang')
-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