summaryrefslogtreecommitdiff
path: root/dev-libs/grantlee/files/grantlee-0.3.0-nonfatal-warnings.patch
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-25 12:41:04 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-25 12:41:04 +0100
commitcf66454be3b2c2b5cdba95fe7ff1289afc088fe2 (patch)
tree111abf4f918942d6cc307f36236f1ac3bff683ef /dev-libs/grantlee/files/grantlee-0.3.0-nonfatal-warnings.patch
parente402b0a11e8232c36426726067f2e4f3d5c21c94 (diff)
downloadkde-cf66454be3b2c2b5cdba95fe7ff1289afc088fe2.tar.gz
kde-cf66454be3b2c2b5cdba95fe7ff1289afc088fe2.tar.bz2
kde-cf66454be3b2c2b5cdba95fe7ff1289afc088fe2.zip
dev-libs/grantlee: treeclean
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/grantlee/files/grantlee-0.3.0-nonfatal-warnings.patch')
-rw-r--r--dev-libs/grantlee/files/grantlee-0.3.0-nonfatal-warnings.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-libs/grantlee/files/grantlee-0.3.0-nonfatal-warnings.patch b/dev-libs/grantlee/files/grantlee-0.3.0-nonfatal-warnings.patch
deleted file mode 100644
index b35dc46586e..00000000000
--- a/dev-libs/grantlee/files/grantlee-0.3.0-nonfatal-warnings.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Do not make linker warnings fatal.
-
-Gentoo-bug: 430968
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -62,8 +62,8 @@
- endif()
-
- if (NOT APPLE)
-- set ( CMAKE_SHARED_LINKER_FLAGS "-Wl,--fatal-warnings -Wl,--no-undefined ${CMAKE_SHARED_LINKER_FLAGS}")
-- set ( CMAKE_MODULE_LINKER_FLAGS "-Wl,--fatal-warnings -Wl,--no-undefined ${CMAKE_MODULE_LINKER_FLAGS}")
-+ set ( CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined ${CMAKE_SHARED_LINKER_FLAGS}")
-+ set ( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined ${CMAKE_MODULE_LINKER_FLAGS}")
- endif ()
-
- if (NOT MINGW)