summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Sokolov <alexey+gentoo@asokolov.org>2024-10-28 16:16:29 +0000
committerSam James <sam@gentoo.org>2024-11-29 00:11:53 +0000
commit789e93d279dde69ae28b56bbc2e0c117b7a07593 (patch)
treee66340e329d71d9f924fbd110ff077e975e9854f /games-engines
parentsci-libs/libqalculate: eautoreconf in src_prepare, not src_configure (diff)
downloadgentoo-789e93d279dde69ae28b56bbc2e0c117b7a07593.tar.gz
gentoo-789e93d279dde69ae28b56bbc2e0c117b7a07593.tar.bz2
gentoo-789e93d279dde69ae28b56bbc2e0c117b7a07593.zip
games-engines/openmw: fix another build failure with gcc 14
Closes: https://bugs.gentoo.org/941914 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/openmw/files/openmw-0.48.0-gcc14.patch10
1 files changed, 10 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
index 423aea9734af..d1214339ee2d 100644
--- a/games-engines/openmw/files/openmw-0.48.0-gcc14.patch
+++ b/games-engines/openmw/files/openmw-0.48.0-gcc14.patch
@@ -22,3 +22,13 @@ https://bugs.gentoo.org/925105
#include <boost/filesystem/path.hpp>
#include "character.hpp"
+--- a/apps/openmw_test_suite/nifloader/testbulletnifloader.cpp
++++ b/apps/openmw_test_suite/nifloader/testbulletnifloader.cpp
+@@ -13,6 +13,7 @@
+
+ #include <algorithm>
+ #include <type_traits>
++#include <iomanip>
+
+ namespace
+ {