1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

games/solarus: enable LUAJIT on powerpc64le

This commit is contained in:
Piotr Kubaj 2021-10-23 00:36:46 +00:00
parent 6612b55210
commit b487ce32b8

View File

@ -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