mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
multimedia/obs-studio: fix build on powerpc64
This commit is contained in:
parent
71c6c33462
commit
6e9f553c28
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ CMAKE_ARGS= -DOBS_VERSION_OVERRIDE:STRING="${PORTVERSION}" \
|
||||||
-DQT_VERSION=6 \
|
-DQT_VERSION=6 \
|
||||||
-DPython_EXECUTABLE="${PYTHON_CMD}"
|
-DPython_EXECUTABLE="${PYTHON_CMD}"
|
||||||
|
|
||||||
|
CFLAGS_powerpc64= -Wno-error=deprecated-altivec-src-compat -Wno-error=pass-failed
|
||||||
CFLAGS_powerpc64le= -Wno-error=deprecated-altivec-src-compat
|
CFLAGS_powerpc64le= -Wno-error=deprecated-altivec-src-compat
|
||||||
LDFLAGS+= -fPIC # pending https://github.com/obsproject/obs-studio/issues/3436
|
LDFLAGS+= -fPIC # pending https://github.com/obsproject/obs-studio/issues/3436
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue