ports/graphics/blender/files/patch-intern_opensubdiv_CMakeLists.txt
Kurt Jaeger 06fbbfeb67 graphics/blender: update 2.83.2 -> 2.90.0
- This version uses 64 bit atomic functions so does not build on i386
  probably also fails on other 32 bit platforms

PR:		249140
Submitted by:	FreeBSD@ShaneWare.Biz (maintainer)
Relnotes:	https://wiki.blender.org/wiki/Reference/Release_Notes/2.90
2020-09-07 21:09:52 +00:00

11 lines
451 B
Text

--- intern/opensubdiv/CMakeLists.txt.orig 2020-08-31 21:29:44 UTC
+++ intern/opensubdiv/CMakeLists.txt
@@ -97,7 +97,7 @@ if(WITH_OPENSUBDIV)
)
endif()
- OPENSUBDIV_DEFINE_COMPONENT(OPENSUBDIV_HAS_OPENMP)
+# OPENSUBDIV_DEFINE_COMPONENT(OPENSUBDIV_HAS_OPENMP)
OPENSUBDIV_DEFINE_COMPONENT(OPENSUBDIV_HAS_OPENCL)
OPENSUBDIV_DEFINE_COMPONENT(OPENSUBDIV_HAS_CUDA)
OPENSUBDIV_DEFINE_COMPONENT(OPENSUBDIV_HAS_GLSL_TRANSFORM_FEEDBACK)