forked from Lainports/freebsd-ports
games/instead: fix build on powerpc64* with LUAJIT
lang/luajit doesn't work on powerpc64*.
This commit is contained in:
parent
44378cfde0
commit
fbf53dfd85
1 changed files with 6 additions and 0 deletions
|
|
@ -43,4 +43,10 @@ LUAJIT_CMAKE_BOOL= WITH_LUAJIT
|
|||
HARFBUZZ_CMAKE_BOOL= WITH_HARFBUZZ
|
||||
HARFBUZZ_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH:Mpowerpc64*}
|
||||
LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue