www/nift: fix build on powerpc64
luajit doesn't support powerpc64 yet.
This commit is contained in:
parent
84398acf52
commit
742aaebc5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536541
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ OPTIONS_SINGLE= LUA
|
|||
OPTIONS_SINGLE_LUA= BUNDLED_LUAJIT BUNDLED_LUA53 PORTS_LUAJIT PORTS_LUA53 PORTS_LUA52 PORTS_LUA51
|
||||
|
||||
OPTIONS_DEFAULT= BUNDLED_LUAJIT
|
||||
OPTIONS_DEFAULT_powerpc64= BUNDLED_LUA53
|
||||
OPTIONS_EXCLUDE_powerpc64= BUNDLED_LUAJIT
|
||||
|
||||
BUNDLED_LUAJIT_DESC= Use the bundled LuaJIT
|
||||
BUNDLED_LUA53_DESC= Use the bundled Lua 5.3
|
||||
|
|
Loading…
Reference in a new issue