index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/blender/PKGBUILD | 11 |
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/} +) |