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:
parent
8abf3fd744
commit
9386a8c6ea
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user