diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-11 10:13:05 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-11 10:13:05 +0000 |
commit | 268a3341dbdfd37215f407b0a536b9339b01a196 (patch) | |
tree | 29877a7e092193c9ed4d2cace488535865becb65 /lang | |
parent | 5f2eaa837a7577279fd259092b9b3605fd341363 (diff) |
Notes
Diffstat (limited to 'lang')
-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 |