1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

It turned out that ruby 1.8.0-preview3 only works with i386 due to

lack of prototypes.  A patch to fix this will follow in a couple of
days, and in the meantime mark this port as ONLY_FOR_ARCHS=i386.
This commit is contained in:
Akinori MUSHA 2003-06-23 15:00:58 +00:00
parent e40d6637b7
commit 2a77a4eaa1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83494
2 changed files with 4 additions and 2 deletions

View File

@ -32,7 +32,8 @@ 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
ONLY_FOR_ARCHS= i386
#USE_BZIP2= yes

View File

@ -32,7 +32,8 @@ 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
ONLY_FOR_ARCHS= i386
#USE_BZIP2= yes