MFH: r557877
lang/racket-minimal: fix build on powerpc64, probably also others marked broken Make FUTURES and JIT available everywhere to allow disabling it explicitly everywhere.
This commit is contained in:
parent
910da12742
commit
12d5dd3bf5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=557878
@ -21,9 +21,6 @@ LICENSE= APACHE20 MIT
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BROKEN_armv6= fails to compile: ./lightning/lightning.h:81:2: error: GNU lightning does not support the current target
|
||||
BROKEN_armv7= fails to compile: ./lightning/lightning.h:81:2: error: GNU lightning does not support the current target
|
||||
BROKEN_powerpc64= fails to build: jit.c: 'JIT_LOCAL4' undeclared (first use in this function)
|
||||
NOT_FOR_ARCHS= aarch64 mips mips64 sparc64
|
||||
NOT_FOR_ARCHS_REASON= not yet ported to this arch
|
||||
|
||||
@ -43,10 +40,8 @@ USE_LDCONFIG= yes
|
||||
REINPLACE_ARGS= -i ""
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
CONFLICTS= racket-[0-9]*
|
||||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_DEFINE= DOCS FUTURES JIT
|
||||
|
||||
OPTIONS_DEFINE_amd64= FUTURES JIT
|
||||
OPTIONS_DEFINE_i386= FUTURES JIT
|
||||
OPTIONS_DEFAULT_amd64= FUTURES JIT
|
||||
OPTIONS_DEFAULT_i386= FUTURES JIT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user