summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-06-23 15:00:58 +0000
committerknu <knu@FreeBSD.org>2003-06-23 15:00:58 +0000
commit8e6f608aa75245b9dc6ad6eb964447805a225733 (patch)
treea5821360249657deba9211a7de32da3a7d36080d /lang
parentb2b27e22ddf90c1276e884a2fc8f3b59e048176a (diff)
downloadFreeBSD-ports-8e6f608aa75245b9dc6ad6eb964447805a225733.zip
FreeBSD-ports-8e6f608aa75245b9dc6ad6eb964447805a225733.tar.gz
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 80d9658..11246c7 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 80d9658..11246c7 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
OpenPOWER on IntegriCloud