git: 9386a8c6ea00 - main - multimedia/obs-studio: add powerpc64le to LUAJIT users
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Oct 2021 19:06:57 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=9386a8c6ea0098798aa16f72acbb87bb89106ca1 commit 9386a8c6ea0098798aa16f72acbb87bb89106ca1 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-10-12 18:37:04 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-10-12 18:37:04 +0000 multimedia/obs-studio: add powerpc64le to LUAJIT users --- multimedia/obs-studio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile index 9336e33d7833..21a7ffe22957 100644 --- a/multimedia/obs-studio/Makefile +++ b/multimedia/obs-studio/Makefile @@ -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=""