commit: 39d9b2607d5019427dd4823bb60e21d724cdcd62
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 1 20:35:09 2026 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Mar 1 20:35:09 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d9b260
app-text/zeal: Add missing patch
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
app-text/zeal/files/disable-werror-0.8.0.patch | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/app-text/zeal/files/disable-werror-0.8.0.patch
b/app-text/zeal/files/disable-werror-0.8.0.patch
new file mode 100644
index 000000000000..86e1cbab7d43
--- /dev/null
+++ b/app-text/zeal/files/disable-werror-0.8.0.patch
@@ -0,0 +1,13 @@
+--- a/CMakeLists.txt 2026-03-01 15:29:58.943044308 -0500
++++ b/CMakeLists.txt 2026-03-01 15:30:26.440870553 -0500
+@@ -66,10 +66,6 @@ add_custom_target(zeal_version
+ VERBATIM
+ )
+
+-if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.24.0")
+- set(CMAKE_COMPILE_WARNING_AS_ERROR ON)
+-endif()
+-
+ option(BUILD_TESTING "Build the testing suite" ON)
+ if(BUILD_TESTING)
+ enable_testing()