diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-06-30 22:53:26 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-06-30 22:53:26 +0100 |
commit | 88348d434db27f2045228002948f6cc5cfc9da85 (patch) | |
tree | 957972894e2e897641f141c06602ca2b9fdfa665 /media-libs/openimageio/files | |
parent | fb6daced97dba194dfb65dd10793f4039fe95a6d (diff) |
Revert "media-libs/openimageio : add newer ebuild than what gentoo has"
This reverts commit fb6daced97dba194dfb65dd10793f4039fe95a6d.
Diffstat (limited to 'media-libs/openimageio/files')
-rw-r--r-- | media-libs/openimageio/files/CMakeLists.txt.patch | 13 | ||||
-rw-r--r-- | media-libs/openimageio/files/externalpackages.cmake.patch | 11 | ||||
-rw-r--r-- | media-libs/openimageio/files/ivgl_h.patch | 12 |
3 files changed, 0 insertions, 36 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) diff --git a/media-libs/openimageio/files/externalpackages.cmake.patch b/media-libs/openimageio/files/externalpackages.cmake.patch deleted file mode 100644 index f8386e29..00000000 --- a/media-libs/openimageio/files/externalpackages.cmake.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/cmake/externalpackages.cmake -+++ b/src/cmake/externalpackages.cmake -@@ -103,7 +102,7 @@ - if (NOT USE_STD_REGEX) - list (APPEND Boost_COMPONENTS regex) - endif () -- find_package (Boost 1.53 REQUIRED -+ find_package (Boost 1.69 REQUIRED - COMPONENTS ${Boost_COMPONENTS}) - endif () - diff --git a/media-libs/openimageio/files/ivgl_h.patch b/media-libs/openimageio/files/ivgl_h.patch deleted file mode 100644 index abb370e7..00000000 --- a/media-libs/openimageio/files/ivgl_h.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/src/iv/ivgl.h -+++ b/src/iv/ivgl.h -@@ -52,6 +52,9 @@ - #include <OpenImageIO/imageio.h> - #include <OpenImageIO/imagebuf.h> - -+#include <GL/glu.h> -+#include <GL/glut.h> -+ - using namespace OIIO; - - class IvImage; |