summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Sokolov <sokolov@google.com>2020-05-29 08:40:37 +0100
committerJoonas Niilola <juippis@gentoo.org>2020-07-08 08:44:29 +0300
commit82798aecb9bff3f2a3c883b7f2fc14dc58ff0010 (patch)
tree3f93c692f9fac13bc8c3de2796250a4ff564a71b /games-engines/openmw/files/openmw-0.46.0-missing-include.patch
parentdev-games/recastnavigation: new package (diff)
downloadgentoo-82798aecb9bff3f2a3c883b7f2fc14dc58ff0010.tar.gz
gentoo-82798aecb9bff3f2a3c883b7f2fc14dc58ff0010.tar.bz2
gentoo-82798aecb9bff3f2a3c883b7f2fc14dc58ff0010.zip
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 <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/16000 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-engines/openmw/files/openmw-0.46.0-missing-include.patch')
-rw-r--r--games-engines/openmw/files/openmw-0.46.0-missing-include.patch19
1 files changed, 19 insertions, 0 deletions
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 <elsid.mail@gmail.com>
+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 <boost/optional.hpp>
+
++#include <algorithm>
+ #include <map>
+ #include <mutex>
+ #include <unordered_map>