summaryrefslogtreecommitdiff
path: root/games-engines/openmw/files/openmw-0.48.0-gcc14.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-04 23:43:21 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-04 23:43:21 +0000
commita45eaba8b74340f1b166bb2ba96d61d41fc11fad (patch)
treea8e2641871efc53332f6cdbe36e9ede8d2770050 /games-engines/openmw/files/openmw-0.48.0-gcc14.patch
parentd0fafa709f2b77dc0e70c99118520000965e4b5a (diff)
gentoo auto-resync : 04:03:2024 - 23:43:21
Diffstat (limited to 'games-engines/openmw/files/openmw-0.48.0-gcc14.patch')
-rw-r--r--games-engines/openmw/files/openmw-0.48.0-gcc14.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/games-engines/openmw/files/openmw-0.48.0-gcc14.patch b/games-engines/openmw/files/openmw-0.48.0-gcc14.patch
new file mode 100644
index 000000000000..b352d0536c8b
--- /dev/null
+++ b/games-engines/openmw/files/openmw-0.48.0-gcc14.patch
@@ -0,0 +1,13 @@
+Fix build with gcc 14
+https://bugs.gentoo.org/925105
+
+--- a/components/bsa/bsa_file.cpp
++++ b/components/bsa/bsa_file.cpp
+@@ -26,6 +26,7 @@
+ #include <components/files/constrainedfilestream.hpp>
+
+ #include <cassert>
++#include <algorithm>
+
+ #include <boost/filesystem/path.hpp>
+ #include <boost/filesystem/fstream.hpp>