gentoo-ebuilds/media-video/ccextractor/files/ccextractor-0.89-cflags.patch
Andreas Sturmlechner 392de6dd77
media-video/ccextractor: add 0.89, EAPI 7 -> 8
With >=0.90 going Rust, this is as far as I am willing to go to help
keep this package in ::gentoo.

Bug: https://bugs.gentoo.org/651524
Closes: https://bugs.gentoo.org/953940
Closes: https://bugs.gentoo.org/957248
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-09-29 17:57:45 +02:00

11 lines
329 B
Diff

--- a/src/lib_ccx/CMakeLists.txt
+++ b/src/lib_ccx/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_policy (SET CMP0037 NEW)
if(MSVC)
set (CMAKE_C_FLAGS "-W3 /wd4005 /wd4996")
else (MSVC)
- set (CMAKE_C_FLAGS "-Wall -Wno-pointer-sign -g -std=gnu99")
+ set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99")
endif(MSVC)
if(WIN32)