1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

multimedia/obs-studio: add powerpc64le to LUAJIT users

This commit is contained in:
Piotr Kubaj 2021-10-12 18:37:04 +00:00
parent 8abf3fd744
commit 9386a8c6ea

View File

@ -90,7 +90,7 @@ VST_CMAKE_BOOL= BUILD_VST
.include <bsd.port.pre.mk>
.if ${ARCH} != amd64 && ${ARCH} != armv7 && ${ARCH} != i386 && ${ARCH} != powerpc && ${ARCH} != powerpc64
.if ${ARCH} != amd64 && ${ARCH} != armv7 && ${ARCH} != i386 && ${ARCH} != powerpc && ${ARCH} != powerpc64 && ${ARCH} != powerpc64le
PLIST_SUB+= LUAJIT="@comment "
.else
PLIST_SUB+= LUAJIT=""