commit: f75a9f70b435aa493d81126da266461d02dfc523 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Jun 16 18:21:51 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Jun 17 17:49:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75a9f70
games-strategy/freeorion: remove unused patch Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16276 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> ...ion-0.4.7.1-backport-sdl2-include-dir-fix.patch | 34 ---------------------- 1 file changed, 34 deletions(-) diff --git a/games-strategy/freeorion/files/freeorion-0.4.7.1-backport-sdl2-include-dir-fix.patch b/games-strategy/freeorion/files/freeorion-0.4.7.1-backport-sdl2-include-dir-fix.patch deleted file mode 100644 index f7ccdba126b..00000000000 --- a/games-strategy/freeorion/files/freeorion-0.4.7.1-backport-sdl2-include-dir-fix.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 77bdc407d0760a529e40914d16248dce01fd4778 Mon Sep 17 00:00:00 2001 -From: O01eg <[email protected]> -Date: Wed, 8 Nov 2017 16:07:57 +0300 -Subject: [PATCH] Fix #1843 - ---- - CMakeLists.txt | 2 +- - GG/CMakeLists.txt | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - ---- a/CMakeLists.txt 2018-06-03 11:36:04.631832409 -0400 -+++ b/CMakeLists.txt 2018-06-03 11:36:20.678821846 -0400 -@@ -484,7 +484,7 @@ - ${Boost_INCLUDE_DIRS} - ${OPENGL_INCLUDE_DIR} - ${GLEW_INCLUDE_DIRS} -- ${SDL_INCLUDE_DIRS} -+ ${SDL_INCLUDE_DIR} - ${OPENAL_INCLUDE_DIR} - ${OGG_INCLUDE_DIRS} - ${VORBIS_INCLUDE_DIRS} -diff --git a/GG/CMakeLists.txt b/GG/CMakeLists.txt -index 5d3c157362..c5bf3825d8 100644 ---- a/GG/CMakeLists.txt -+++ b/GG/CMakeLists.txt -@@ -184,7 +184,7 @@ target_include_directories(GiGiSDL SYSTEM - ${Boost_INCLUDE_DIRS} - ${OPENGL_INCLUDE_DIR} - ${GLEW_INCLUDE_DIRS} -- ${SDL_INCLUDE_DIRS} -+ ${SDL_INCLUDE_DIR} - ) - - target_link_libraries(GiGiSDL
