diff options
author | knu <knu@FreeBSD.org> | 2003-01-11 18:13:05 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-01-11 18:13:05 +0800 |
commit | 1407aa3030c98e0e7f68ed7b74647eaab5d72cec (patch) | |
tree | b57b9cf802eef7e4cd64bc8b6f56a2d0f29accfc /lang | |
parent | 3755e0a4f7af82a77f5e70f44f43e083523cd7ba (diff) | |
download | freebsd-ports-gnome-1407aa3030c98e0e7f68ed7b74647eaab5d72cec.tar.gz freebsd-ports-gnome-1407aa3030c98e0e7f68ed7b74647eaab5d72cec.tar.zst freebsd-ports-gnome-1407aa3030c98e0e7f68ed7b74647eaab5d72cec.zip |
Set ONLY_FOR_ARCHS to i386, alpha and sparc64.
Ruby does not support IA64 yet. It does not even build or install
correctly. We need some clue to the IA64 stack structure and handling
of the IA64 register windows.
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 |