From b8ff60b70622885056e07afab5eba4bb250d0662 Mon Sep 17 00:00:00 2001 From: "Richard M. Shaw" Date: Fri, 15 Jun 2012 13:13:33 -0500 Subject: [PATCH] Remove unneeded patch. --- OpenColorIO-1.0.7-link-yaml_cpp.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 OpenColorIO-1.0.7-link-yaml_cpp.patch 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)