Date: Saturday, January 21, 2023 @ 17:28:18
Author: foutrelis
Revision: 1387470
Add missing include for boost 1.81.0
Modified:
blender/trunk/PKGBUILD
----------+
PKGBUILD | 3 +++
1 file changed, 3 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-21 17:14:55 UTC (rev 1387469)
+++ PKGBUILD 2023-01-21 17:28:18 UTC (rev 1387470)
@@ -53,6 +53,9 @@
git -c protocol.file.allow=always submodule update
git submodule foreach git checkout v${pkgver}
+ # fix build with boost 1.81.0
+ git format-patch -1 --stdout 79837c5ed4b5 | patch -Np1
+
patch -p1 -i "$srcdir"/force-draco1.patch
patch -p1 -d release/scripts/addons -i "$srcdir"/force-draco2.patch
}