mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
- 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
11 lines
451 B
Text
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)
|