Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2024 12:34:12 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6e9f553c28d3 - main - multimedia/obs-studio: fix build on powerpc64
Message-ID:  <202412121234.4BCCYCWW059991@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412121234.4BCCYCWW059991>