commit: d989d95d121ba0663cb31f6392989b346faa81e2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun May 22 11:19:38 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Mon May 23 11:58:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d989d95d
games-strategy/wesnoth: remove unused patch Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25597 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> games-strategy/wesnoth/files/wesnoth-1.14.14-ar.patch | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/games-strategy/wesnoth/files/wesnoth-1.14.14-ar.patch b/games-strategy/wesnoth/files/wesnoth-1.14.14-ar.patch deleted file mode 100644 index 4a7c8cf41e72..000000000000 --- a/games-strategy/wesnoth/files/wesnoth-1.14.14-ar.patch +++ /dev/null @@ -1,14 +0,0 @@ -Leave default AR as is, https://bugs.gentoo.org/732096 - -diff -r 419bf3de54e5 CMakeLists.txt ---- a/CMakeLists.txt Sat Oct 24 19:50:25 2020 +0000 -+++ b/CMakeLists.txt Sat Oct 24 19:50:53 2020 +0000 -@@ -390,8 +390,6 @@ - MESSAGE("Using ar, ranlib, and default linker") - find_program(NON_LTO_AR NAMES ar) - find_program(NON_LTO_RANLIB NAMES ranlib) -- set(CMAKE_AR "${NON_LTO_AR}" CACHE STRING "Does not support LTO" FORCE) -- set(CMAKE_RANLIB "${NON_LTO_RANLIB}" CACHE STRING "Does not support LTO" FORCE) - endif() - MARK_AS_ADVANCED(LTO_AR LTO_RANLIB NON_LTO_AR NON_LTO_RANLIB) -