From aa3df29a7249694a60190b96385136043ee7db3f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 28 Aug 2022 02:55:12 +0100 Subject: gentoo auto-resync : 28:08:2022 - 02:55:12 --- .../openmw/files/openmw-0.47.0-gcc12.patch | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 games-engines/openmw/files/openmw-0.47.0-gcc12.patch (limited to 'games-engines/openmw/files/openmw-0.47.0-gcc12.patch') diff --git a/games-engines/openmw/files/openmw-0.47.0-gcc12.patch b/games-engines/openmw/files/openmw-0.47.0-gcc12.patch new file mode 100644 index 000000000000..4c04d7b25c78 --- /dev/null +++ b/games-engines/openmw/files/openmw-0.47.0-gcc12.patch @@ -0,0 +1,33 @@ +Backport missing includes causing issues with gcc12. +https://bugs.gentoo.org/858725 +https://gitlab.com/OpenMW/openmw/-/commit/5f2e282359 +From: elsid +Date: Tue, 17 May 2022 00:58:24 +0200 +Subject: [PATCH] Add includes for used types and functions +--- a/components/myguiplatform/myguidatamanager.cpp ++++ b/components/myguiplatform/myguidatamanager.cpp +@@ -1,8 +1,11 @@ + #include "myguidatamanager.hpp" + ++#include ++#include ++ + #include + +-#include ++#include + #include + + #include +--- a/components/myguiplatform/myguidatamanager.hpp ++++ b/components/myguiplatform/myguidatamanager.hpp +@@ -3,6 +3,8 @@ + + #include + ++#include ++ + namespace osgMyGUI + { + +GitLab -- cgit v1.2.3