games/tome4: fix build on powerpc64le

Luajit also doesn't work on powerpc64le.
This commit is contained in:
Piotr Kubaj 2020-10-03 00:20:11 +00:00
parent 4e77d445bc
commit 637caf1c0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551242

View File

@ -40,7 +40,7 @@ LDFLAGS_i386= -Wl,-znotext
pre-build:
@${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/premake4.lua
.if ${ARCH} == aarch64 || ${ARCH} == powerpc64
.if ${ARCH} == aarch64 || ${ARCH:Mpowerpc64*}
(cd ${WRKSRC} && premake4 --lua=default gmake)
.else
(cd ${WRKSRC} && premake4 gmake)