summaryrefslogtreecommitdiff
path: root/community/blender/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/blender/PKGBUILD')
-rw-r--r--community/blender/PKGBUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/blender/PKGBUILD b/community/blender/PKGBUILD
index 61e6abfb..39e79cff 100644
--- a/community/blender/PKGBUILD
+++ b/community/blender/PKGBUILD
@@ -30,3 +30,14 @@ eval "$(
/^\s*cmake / s/;$/ -DWITH_CYCLES_DEVICE_OPTIX=OFF/
'
)"
+
+# FS32#182: opensubdiv/openexr/openvdb currently fails to rebuild
+depends=(
+ ${depends[@]/opensubdiv/}
+)
+depends=(
+ ${depends[@]/openexr/}
+)
+depends=(
+ ${depends[@]/openvdb/}
+)