diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-05-22 13:19:38 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-05-23 13:58:09 +0200 |
commit | d989d95d121ba0663cb31f6392989b346faa81e2 (patch) | |
tree | 719180c84f0e08c5443ce8252b518b513661cc7d /games-strategy/wesnoth | |
parent | sys-boot/refind: remove unused patch (diff) | |
download | gentoo-d989d95d121ba0663cb31f6392989b346faa81e2.tar.gz gentoo-d989d95d121ba0663cb31f6392989b346faa81e2.tar.bz2 gentoo-d989d95d121ba0663cb31f6392989b346faa81e2.zip |
games-strategy/wesnoth: remove unused patch
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25597
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/files/wesnoth-1.14.14-ar.patch | 14 |
1 files changed, 0 insertions, 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) - |