From 82798aecb9bff3f2a3c883b7f2fc14dc58ff0010 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 29 May 2020 08:40:37 +0100 Subject: games-engines/openmw: version bump - 0.46.0 Add option to use forked OSG Fix build on ~arch, fix tests on i686, fix installation on Prefix Closes: https://bugs.gentoo.org/673864 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov Closes: https://github.com/gentoo/gentoo/pull/16000 Signed-off-by: Joonas Niilola --- .../openmw/files/openmw-0.46.0-missing-include.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 games-engines/openmw/files/openmw-0.46.0-missing-include.patch (limited to 'games-engines/openmw/files/openmw-0.46.0-missing-include.patch') diff --git a/games-engines/openmw/files/openmw-0.46.0-missing-include.patch b/games-engines/openmw/files/openmw-0.46.0-missing-include.patch new file mode 100644 index 000000000000..803707498e43 --- /dev/null +++ b/games-engines/openmw/files/openmw-0.46.0-missing-include.patch @@ -0,0 +1,19 @@ +Fixes build on ~arch system, patch from upstream, to be dropped for 0.47 + +From 10daadefbea1f62a818c339dc7f3d69a858bc8a6 Mon Sep 17 00:00:00 2001 +From: elsid +Date: Thu, 30 Apr 2020 21:57:22 +0200 +Subject: [PATCH] Add missing include + +diff --git a/components/detournavigator/offmeshconnectionsmanager.hpp b/components/detournavigator/offmeshconnectionsmanager.hpp +index 30d7976aec..155ce32963 100644 +--- a/components/detournavigator/offmeshconnectionsmanager.hpp ++++ b/components/detournavigator/offmeshconnectionsmanager.hpp +@@ -13,6 +13,7 @@ + + #include + ++#include + #include + #include + #include -- cgit v1.2.3-65-gdbad