commit: 9bcc6846b5c5847023672c6020f6681ef516ce5d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jul 1 10:02:16 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jul 1 10:02:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bcc6846
games-rpg/manaplus: fix build with GCC 12 Closes: https://bugs.gentoo.org/855455 Signed-off-by: Sam James <sam <AT> gentoo.org> games-rpg/manaplus/files/manaplus-1.9.3.23-gcc12-time.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/games-rpg/manaplus/files/manaplus-1.9.3.23-gcc12-time.patch b/games-rpg/manaplus/files/manaplus-1.9.3.23-gcc12-time.patch index 5ded1f0fa9d5..f8f4030f0b6a 100644 --- a/games-rpg/manaplus/files/manaplus-1.9.3.23-gcc12-time.patch +++ b/games-rpg/manaplus/files/manaplus-1.9.3.23-gcc12-time.patch @@ -1,4 +1,5 @@ https://bugs.gentoo.org/855212 +https://bugs.gentoo.org/855455 --- a/src/resources/wallpaper.cpp +++ b/src/resources/wallpaper.cpp @@ -38,9 +38,7 @@ @@ -11,3 +12,15 @@ https://bugs.gentoo.org/855212 #include "debug.h" +--- a/src/progs/dyecmd/client.cpp ++++ b/src/progs/dyecmd/client.cpp +@@ -87,9 +87,7 @@ PRAGMA48(GCC diagnostic pop) + #undef ERROR + #endif // WIN32 + +-#ifdef __clang__ + #include <ctime> +-#endif // __clang__ + + #ifdef ANDROID + #ifndef USE_SDL2
