Ruby 1.8.0 builds fine and make test passes on amd64.

This commit is contained in:
Akinori MUSHA 2003-08-05 11:58:47 +00:00
parent efa2a94a3c
commit 70aad94965
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86342
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ PLIST_SUB+= ONIGURUMA="@comment "
.endif
# Ruby 1.8 does not support IA64 yet.
ONLY_FOR_ARCHS= i386 alpha sparc64
ONLY_FOR_ARCHS= i386 alpha sparc64 amd64
#USE_BZIP2= yes

View File

@ -32,7 +32,7 @@ PLIST_SUB+= ONIGURUMA="@comment "
.endif
# Ruby 1.8 does not support IA64 yet.
ONLY_FOR_ARCHS= i386 alpha sparc64
ONLY_FOR_ARCHS= i386 alpha sparc64 amd64
#USE_BZIP2= yes