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:07:22 +0000 |
| commit | eecd8319a0313ba5aadb74f26f216a6fcdeb3743 (patch) | |
| tree | d0bb99d6596b7a31c37424d9ddf42040345d81b6 | |
| parent | 1b2a827412d8a44ad0c3806f3298e819348115eb (diff) | |
multimedia/obs-studio: Add comment
| -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 |
