commit: 789e93d279dde69ae28b56bbc2e0c117b7a07593 Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org> AuthorDate: Mon Oct 28 16:16:29 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Nov 29 00:11:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=789e93d2
games-engines/openmw: fix another build failure with gcc 14 Closes: https://bugs.gentoo.org/941914 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org> Signed-off-by: Sam James <sam <AT> gentoo.org> games-engines/openmw/files/openmw-0.48.0-gcc14.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + {
