summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-08-12 19:14:32 +0200
committerJames Le Cuirot <chewi@gentoo.org>2022-08-12 23:00:10 +0100
commit34a593eb8e020de51c9089a1024f88ee48a2cfc4 (patch)
tree73864e587d184047b5ab5ece95e2dfa7114375ce /games-simulation
parentgames-emulation/pcsx2: Remove outdated pkg_setup() (diff)
downloadgentoo-34a593eb8e020de51c9089a1024f88ee48a2cfc4.tar.gz
gentoo-34a593eb8e020de51c9089a1024f88ee48a2cfc4.tar.bz2
gentoo-34a593eb8e020de51c9089a1024f88ee48a2cfc4.zip
games-simulation/corsix-th: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.12 Closes: https://github.com/gentoo/gentoo/pull/26836 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/corsix-th/files/corsix-th-0.64-cmake_lua_detection.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-simulation/corsix-th/files/corsix-th-0.64-cmake_lua_detection.patch b/games-simulation/corsix-th/files/corsix-th-0.64-cmake_lua_detection.patch
deleted file mode 100644
index d57fa953ad05..000000000000
--- a/games-simulation/corsix-th/files/corsix-th-0.64-cmake_lua_detection.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CorsixTH/CMakeLists.txt
-+++ b/CorsixTH/CMakeLists.txt
-@@ -103,7 +103,7 @@
- endif()
-
- # Find Lua
--find_package(Lua REQUIRED)
-+find_package(Lua ${LUA_VERSION} EXACT REQUIRED)
- if(Lua_FOUND)
- target_link_libraries(CorsixTH ${LUA_LIBRARY})
- include_directories(${LUA_INCLUDE_DIR})