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.
This commit is contained in:
Akinori MUSHA 2003-01-11 10:13:05 +00:00
parent 5f2eaa837a
commit 268a3341db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72890
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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