diff options
-rw-r--r-- | lang/ruby/Makefile | 5 | ||||
-rw-r--r-- | lang/ruby16/Makefile | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 4a84ba434bd7..ae808a2597e5 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -32,6 +32,11 @@ PLIST_SUB+= ONIGURUMA="" PLIST_SUB+= ONIGURUMA="@comment " .endif +# Ruby 1.6 does not support IA64 yet. +ONLY_FOR_ARCHS= i386 +# There are some problems on alpha and sparc64; use 1.8 or later. +ONLY_FOR_ARCHS+= alpha sparc64 + #USE_BZIP2= yes USE_RUBY= yes diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index 4a84ba434bd7..ae808a2597e5 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -32,6 +32,11 @@ PLIST_SUB+= ONIGURUMA="" PLIST_SUB+= ONIGURUMA="@comment " .endif +# Ruby 1.6 does not support IA64 yet. +ONLY_FOR_ARCHS= i386 +# There are some problems on alpha and sparc64; use 1.8 or later. +ONLY_FOR_ARCHS+= alpha sparc64 + #USE_BZIP2= yes USE_RUBY= yes |