From 4161fa7d1be6dac96e36f8ed343f234a8ef3a74f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 20 Dec 2022 13:51:21 +0000 Subject: gentoo auto-resync : 20:12:2022 - 13:51:21 --- .../files/blender-3.3.0-fix-build-with-boost-1.81.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 media-gfx/blender/files/blender-3.3.0-fix-build-with-boost-1.81.patch (limited to 'media-gfx/blender/files') diff --git a/media-gfx/blender/files/blender-3.3.0-fix-build-with-boost-1.81.patch b/media-gfx/blender/files/blender-3.3.0-fix-build-with-boost-1.81.patch new file mode 100644 index 000000000000..3a544811e484 --- /dev/null +++ b/media-gfx/blender/files/blender-3.3.0-fix-build-with-boost-1.81.patch @@ -0,0 +1,17 @@ +https://bugs.gentoo.org/887059 + +Adding include as suggested by the compiler: + +"intern/locale/boost_locale_wrapper.cpp:12:1: note: ‘std::cout’ is defined +in header ‘’; did you forget to ‘#include ’?" + +--- a/intern/locale/boost_locale_wrapper.cpp ++++ b/intern/locale/boost_locale_wrapper.cpp +@@ -9,6 +9,7 @@ + #include + + #include "boost_locale_wrapper.h" ++#include + + static std::string messages_path; + static std::string default_domain; -- cgit v1.2.3