summaryrefslogtreecommitdiff
path: root/openmw-0.46.0-missing-include.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-06-06 22:57:47 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-06-06 22:57:47 -0700
commitaca48875559506cd1b97af2a0929bbef8c0b584f (patch)
tree437ce94baba605bac7b71002f20b1e452a8979d2 /openmw-0.46.0-missing-include.patch
parentRebuild and fix with mygui 3.4.0 (diff)
downloadopenmw-aca48875559506cd1b97af2a0929bbef8c0b584f.tar.xz
Updated to 0.47.0
Now with system recastnavigation and bullet. Also fixed segfaults when loading save games by removing the -Wp,-D_GLIBCXX_ASSERTIONS CXXFLAG.
Diffstat (limited to 'openmw-0.46.0-missing-include.patch')
-rw-r--r--openmw-0.46.0-missing-include.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/openmw-0.46.0-missing-include.patch b/openmw-0.46.0-missing-include.patch
deleted file mode 100644
index 8037074..0000000
--- a/openmw-0.46.0-missing-include.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-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>