From a8e422b25db7aa05877a806d2eafe1231afaa545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 25 Nov 2022 13:54:38 +0700 Subject: [PATCH] blender: patch for boost 1.81.0 --- srcpkgs/blender/patches/boost-1.81.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/blender/patches/boost-1.81.patch diff --git a/srcpkgs/blender/patches/boost-1.81.patch b/srcpkgs/blender/patches/boost-1.81.patch new file mode 100644 index 00000000000..f04342a1018 --- /dev/null +++ b/srcpkgs/blender/patches/boost-1.81.patch @@ -0,0 +1,12 @@ +Index: blender-3.3.0/intern/locale/boost_locale_wrapper.cpp +=================================================================== +--- blender-3.3.0.orig/intern/locale/boost_locale_wrapper.cpp ++++ blender-3.3.0/intern/locale/boost_locale_wrapper.cpp +@@ -7,6 +7,7 @@ + + #include + #include ++#include + + #include "boost_locale_wrapper.h" +