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