diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-10-12 00:07:05 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-10-12 00:08:37 +0000 |
| commit | 68d7717d76bf2410b2f2668ecb39df585ed60114 (patch) | |
| tree | 4a39395e92a1fd60cf4f2eeb6555b80b07ef51d0 | |
| parent | f8c7e0b354e7a3881fef1d704fe4a21a9535adb9 (diff) | |
multimedia/obs-studio: Add comment
(cherry picked from commit eecd8319a0313ba5aadb74f26f216a6fcdeb3743)
| -rw-r--r-- | multimedia/obs-studio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile index 90633c106727..77daa095df05 100644 --- a/multimedia/obs-studio/Makefile +++ b/multimedia/obs-studio/Makefile @@ -65,6 +65,7 @@ CMAKE_ARGS= -DOBS_VERSION_OVERRIDE:STRING="${PORTVERSION}" \ -DQT_VERSION=6 \ -DPython_EXECUTABLE="${PYTHON_CMD}" CMAKE_ARGS+= -DCMAKE_INTERPROCEDURAL_OPTIMIZATION:BOOL=OFF # prevent errors like: ld: error: relocation R_X86_64_PC32 cannot be used against symbol '__stack_chk_guard'; recompile with -fPIC +# see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290157 CFLAGS+= -Wno-error=attribute-warning CFLAGS_powerpc64= -Wno-error=deprecated-altivec-src-compat -Wno-error=pass-failed |
