summaryrefslogtreecommitdiffstats
path: root/graphics/Blender/Blender.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/Blender/Blender.SlackBuild')
-rw-r--r--graphics/Blender/Blender.SlackBuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/Blender/Blender.SlackBuild b/graphics/Blender/Blender.SlackBuild
index 9e545177ad..d067b1a81a 100644
--- a/graphics/Blender/Blender.SlackBuild
+++ b/graphics/Blender/Blender.SlackBuild
@@ -75,6 +75,10 @@ find -L . \
patch -p0 < $CWD/buildinfo-$VERSION.diff
patch -p1 < $CWD/use-libopenmj2-for-openjpeg.diff
+# A couple of patches for the new compiler - thanks opensuse fellas!
+patch -p1 < $CWD/0001-Added-extra-const-to-satisfy-the-strict-clang-versio.patch
+patch -p1 < $CWD/0001-Cycles-Fix-bad-register-cast-in-sseb.patch
+
mkdir -p build
cd build
cmake ../ \