diff --git a/OpenColorIO-1.0.7-link-yaml_cpp.patch b/OpenColorIO-1.0.7-link-yaml_cpp.patch deleted file mode 100644 index b4e8965..0000000 --- a/OpenColorIO-1.0.7-link-yaml_cpp.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur imageworks-OpenColorIO-b3cb224.orig/src/apps/ociocheck/CMakeLists.txt imageworks-OpenColorIO-b3cb224/src/apps/ociocheck/CMakeLists.txt ---- imageworks-OpenColorIO-b3cb224.orig/src/apps/ociocheck/CMakeLists.txt 2012-04-17 19:08:16.000000000 -0500 -+++ imageworks-OpenColorIO-b3cb224/src/apps/ociocheck/CMakeLists.txt 2012-05-04 15:00:26.292732699 -0500 -@@ -12,6 +12,7 @@ - - target_link_libraries(ociocheck - OpenColorIO -+ ${YAML_CPP_LIBRARIES} - ) - - install(TARGETS ociocheck DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/bin)