mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
games/solarus: enable LUAJIT on powerpc64le
This commit is contained in:
parent
6612b55210
commit
b487ce32b8
@ -34,6 +34,7 @@ OPTIONS_DEFAULT_amd64= LUAJIT
|
|||||||
OPTIONS_DEFAULT_i386= LUAJIT
|
OPTIONS_DEFAULT_i386= LUAJIT
|
||||||
OPTIONS_DEFAULT_powerpc= LUAJIT
|
OPTIONS_DEFAULT_powerpc= LUAJIT
|
||||||
OPTIONS_DEFAULT_powerpc64= LUAJIT
|
OPTIONS_DEFAULT_powerpc64= LUAJIT
|
||||||
|
OPTIONS_DEFAULT_powerpc64le= LUAJIT
|
||||||
|
|
||||||
LUAJIT_CMAKE_BOOL= SOLARUS_USE_LUAJIT
|
LUAJIT_CMAKE_BOOL= SOLARUS_USE_LUAJIT
|
||||||
LUAJIT_DESC= Use LuaJIT instead of standard Lua
|
LUAJIT_DESC= Use LuaJIT instead of standard Lua
|
||||||
@ -44,7 +45,7 @@ CMAKE_ARGS+= -DSOLARUS_MANUAL_INSTALL_DESTINATION:STRING="man"
|
|||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${ARCH} == powerpc64
|
.if ${ARCH:Mpowerpc64*}
|
||||||
LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty
|
LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user