git: 54987ab09072 - main - graphics/blender: prepare for upcoming Boost 1.81
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Dec 2022 09:44:17 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=54987ab090725bb223ca400e1007b1412f7cb239 commit 54987ab090725bb223ca400e1007b1412f7cb239 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-12-29 09:43:38 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-12-29 09:43:38 +0000 graphics/blender: prepare for upcoming Boost 1.81 --- .../patch-intern_locale_boost__locale__wrapper.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/graphics/blender/files/patch-intern_locale_boost__locale__wrapper.cpp b/graphics/blender/files/patch-intern_locale_boost__locale__wrapper.cpp new file mode 100644 index 000000000000..49f45e398f91 --- /dev/null +++ b/graphics/blender/files/patch-intern_locale_boost__locale__wrapper.cpp @@ -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 ‘<iostream>’; did you forget to ‘#include <iostream>’?" + +--- intern/locale/boost_locale_wrapper.cpp ++++ intern/locale/boost_locale_wrapper.cpp +@@ -9,6 +9,7 @@ + #include <stdio.h> + + #include "boost_locale_wrapper.h" ++#include <iostream> + + static std::string messages_path; + static std::string default_domain;