summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/openimageio/files/openimageio-0.10.5+boost-1.50.patch')
-rw-r--r--media-libs/openimageio/files/openimageio-0.10.5+boost-1.50.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-libs/openimageio/files/openimageio-0.10.5+boost-1.50.patch b/media-libs/openimageio/files/openimageio-0.10.5+boost-1.50.patch
deleted file mode 100644
index 94ae0ddc8784..000000000000
--- a/media-libs/openimageio/files/openimageio-0.10.5+boost-1.50.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/iv/imageviewer.cpp.old 2012-07-01 12:17:57.138829803 +0200
-+++ src/iv/imageviewer.cpp 2012-07-01 12:21:31.543823577 +0200
-@@ -1352,8 +1352,8 @@
- compName (IvImage *first, IvImage *second)
- {
- #if BOOST_FILESYSTEM_VERSION == 3
-- std::string firstFile = boost::filesystem3::path(first->name()).leaf().string();
-- std::string secondFile = boost::filesystem3::path(second->name()).leaf().string();
-+ std::string firstFile = boost::filesystem::path(first->name()).leaf().string();
-+ std::string secondFile = boost::filesystem::path(second->name()).leaf().string();
- #else
- std::string firstFile = boost::filesystem::path(first->name()).leaf();
- std::string secondFile = boost::filesystem::path(second->name()).leaf();