commit: 3bf39315fea027544e97da87d2f4e106f93ccb65
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Feb 17 14:35:21 2024 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 14:35:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf39315
games-strategy/freeciv: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../files/freeciv-3.1.0_beta2-lua-search.patch | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/games-strategy/freeciv/files/freeciv-3.1.0_beta2-lua-search.patch
b/games-strategy/freeciv/files/freeciv-3.1.0_beta2-lua-search.patch
deleted file mode 100644
index e7c8123f9985..000000000000
--- a/games-strategy/freeciv/files/freeciv-3.1.0_beta2-lua-search.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-This patches meson.build to enable it to find lua in any of its
-many wonderous hiding places. It also bumps the meson version so that
-there's a ton less boilerplate to do so.
---- a/meson.build
-+++ b/meson.build
-@@ -1,5 +1,5 @@
-
--project('freeciv', ['c', 'cpp'], meson_version: '>= 0.57.0')
-+project('freeciv', ['c', 'cpp'], meson_version: '>= 0.60.0')
-
- if not get_option('ack_experimental')
- error('Autotools are still the only fully supported way to build
freeciv.\nSet configure option "ack_experimental" to true if you really want to
do experimental meson build.\n' +
-@@ -436,7 +436,7 @@ endif
- icu_dep = dependency('icu-uc')
-
- syslua = get_option('syslua')
--lua_dep_tmp = dependency('lua-5.4', required:false)
-+lua_dep_tmp = dependency('lua-5.4', 'lua-54', 'lua54', 'lua5.4',
required:false)
-
- if syslua != 'false' and lua_dep_tmp.found()
- lua_inc_path = []