Skip to content

Commit

Permalink
games/instead: fix build on powerpc64* with LUAJIT
Browse files Browse the repository at this point in the history
lang/luajit doesn't work on powerpc64*.
  • Loading branch information
pkubaj committed Jan 4, 2023
1 parent 44378cf commit fbf53df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions games/instead/Makefile
Expand Up @@ -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>

0 comments on commit fbf53df

Please sign in to comment.