summaryrefslogtreecommitdiff
path: root/media-libs/openimageio/files/CMakeLists.txt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/openimageio/files/CMakeLists.txt.patch')
-rw-r--r--media-libs/openimageio/files/CMakeLists.txt.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-libs/openimageio/files/CMakeLists.txt.patch b/media-libs/openimageio/files/CMakeLists.txt.patch
deleted file mode 100644
index c4f3157a..00000000
--- a/media-libs/openimageio/files/CMakeLists.txt.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/src/libOpenImageIO/CMakeLists.txt
-+++ b/src/libOpenImageIO/CMakeLists.txt
-@@ -302,6 +302,10 @@ if (EMBEDPLUGINS)
- endif ()
- endif ()
-
-+if (CMAKE_COMPILER_IS_GNUCXX AND NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8)
-+ target_link_libraries (OpenImageIO atomic)
-+endif ()
-+
- target_link_libraries (OpenImageIO ${ILMBASE_LIBRARIES})
-
- if (USE_EXTERNAL_PUGIXML)