git: 6e9f553c28d3 - main - multimedia/obs-studio: fix build on powerpc64

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Thu, 12 Dec 2024 12:34:12 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6e9f553c28d30d4224221f649b5ec4a20a68c71b

commit 6e9f553c28d30d4224221f649b5ec4a20a68c71b
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-12-12 11:39:37 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-12-12 12:33:44 +0000

    multimedia/obs-studio: fix build on powerpc64
---
 multimedia/obs-studio/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile
index 0065021ee0aa..b0b4ea7eab50 100644
--- a/multimedia/obs-studio/Makefile
+++ b/multimedia/obs-studio/Makefile
@@ -69,6 +69,7 @@ CMAKE_ARGS=	-DOBS_VERSION_OVERRIDE:STRING="${PORTVERSION}" \
 		-DQT_VERSION=6 \
 		-DPython_EXECUTABLE="${PYTHON_CMD}"
 
+CFLAGS_powerpc64=	-Wno-error=deprecated-altivec-src-compat -Wno-error=pass-failed
 CFLAGS_powerpc64le=	-Wno-error=deprecated-altivec-src-compat
 LDFLAGS+=	-fPIC # pending https://github.com/obsproject/obs-studio/issues/3436