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:
parent
5f2eaa837a
commit
268a3341db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72890
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user