Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2018-08-19 20:36:03 +0300
committerRay Molenkamp <github@lazydodo.com>2018-08-19 20:44:46 +0300
commit3c3e6d756c4b507d5fb9d2da47d2c56527445111 (patch)
tree1d85df4fa177043dd563320aedf60b2a5838aae5 /build_files
parent78f526087be6f15a3a33a35666f4ee00e22193b2 (diff)
build_environment: build fixes for openimageio.
disable testtex due to parameter alignment issues
Diffstat (limited to 'build_files')
-rw-r--r--build_files/build_environment/patches/openimageio_static_libs.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/build_files/build_environment/patches/openimageio_static_libs.diff b/build_files/build_environment/patches/openimageio_static_libs.diff
index ca3d913d027..6a2e58bd139 100644
--- a/build_files/build_environment/patches/openimageio_static_libs.diff
+++ b/build_files/build_environment/patches/openimageio_static_libs.diff
@@ -9,3 +9,14 @@ diff -Naur external_openimageio.orig/src/cmake/compiler.cmake external_openimage
endif (MSVC)
# Use ccache if found
+--- external_openimageio.orig/CMakeLists.txt 2018-07-31 23:45:19 -0600
++++ external_openimageio/CMakeLists.txt 2018-08-17 15:22:56 -0600
+@@ -169,7 +169,7 @@
+ add_subdirectory (src/iinfo)
+ add_subdirectory (src/maketx)
+ add_subdirectory (src/oiiotool)
+- add_subdirectory (src/testtex)
++# add_subdirectory (src/testtex)
+ add_subdirectory (src/iv)
+ endif ()
+