json-glib: update to 1.10.6
[oi-userland.git] / components / library / opencolorio / patches / 09-python-vendor-packages.patch
blob564d82e821b62c59e1ac6e604c1b930288b40469
1 OpenIndiana has its python packages in vendor-packages folder.
3 --- OpenColorIO-2.4.0/src/bindings/python/CMakeLists.txt.orig
4 +++ OpenColorIO-2.4.0/src/bindings/python/CMakeLists.txt
5 @@ -241,7 +241,7 @@
6 if(WIN32)
7 set(_Python_VARIANT_PATH "${CMAKE_INSTALL_LIBDIR}/site-packages")
8 else()
9 - set(_Python_VARIANT_PATH "${CMAKE_INSTALL_LIBDIR}/python${Python_VERSION_MAJOR}.${Python_VERSION_MINOR}/site-packages")
10 + set(_Python_VARIANT_PATH "${CMAKE_INSTALL_LIBDIR}/python${Python_VERSION_MAJOR}.${Python_VERSION_MINOR}/vendor-packages")
11 endif()
13 # Create an internal global variable to access it in another scope but not publicly visible.