diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-16 20:21:51 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-17 13:49:47 -0400 |
commit | f75a9f70b435aa493d81126da266461d02dfc523 (patch) | |
tree | fce5d8f39eb7e43b0edebd0fc46947a981dc63a5 /games-strategy/freeorion | |
parent | games-emulation/mgba: remove unused patch(es) (diff) | |
download | gentoo-f75a9f70b435aa493d81126da266461d02dfc523.tar.gz gentoo-f75a9f70b435aa493d81126da266461d02dfc523.tar.bz2 gentoo-f75a9f70b435aa493d81126da266461d02dfc523.zip |
games-strategy/freeorion: remove unused patch
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16276
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'games-strategy/freeorion')
-rw-r--r-- | games-strategy/freeorion/files/freeorion-0.4.7.1-backport-sdl2-include-dir-fix.patch | 34 |
1 files changed, 0 insertions, 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 f7ccdba126bb..000000000000 --- 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 <o01eg@yandex.ru> -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 |