summaryrefslogtreecommitdiff
path: root/graphics/ufraw/files/patch-gentoo_b5b414
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ufraw/files/patch-gentoo_b5b414')
-rw-r--r--graphics/ufraw/files/patch-gentoo_b5b41410
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/ufraw/files/patch-gentoo_b5b414 b/graphics/ufraw/files/patch-gentoo_b5b414
index f9f107b26ebc..039244de4f2b 100644
--- a/graphics/ufraw/files/patch-gentoo_b5b414
+++ b/graphics/ufraw/files/patch-gentoo_b5b414
@@ -1,19 +1,20 @@
https://gitweb.gentoo.org/repo/gentoo.git/tree/media-gfx/ufraw/files/ufraw-0.22-exiv2-0.27.patch
---- ufraw_exiv2.cc 2015-06-16 05:58:38.000000000 +0200
-+++ ufraw_exiv2.cc 2018-12-29 22:51:23.291894430 +0100
-@@ -15,9 +15,7 @@
+--- ufraw_exiv2.cc.orig 2016-11-13 04:00:05 UTC
++++ ufraw_exiv2.cc
+@@ -15,9 +15,8 @@
#include "ufraw.h"
#ifdef HAVE_EXIV2
-#include <exiv2/image.hpp>
-#include <exiv2/easyaccess.hpp>
-#include <exiv2/exif.hpp>
++#include <iostream>
+#include <exiv2/exiv2.hpp>
#include <sstream>
#include <cassert>
-@@ -67,7 +65,11 @@
+@@ -67,7 +66,11 @@ extern "C" int ufraw_exif_read_input(ufraw_data *uf)
if (exifData.empty()) {
std::string error(uf->filename);
error += ": No Exif data found in the file";
@@ -25,4 +26,3 @@ https://gitweb.gentoo.org/repo/gentoo.git/tree/media-gfx/ufraw/files/ufraw-0.22-
}
/* List of tag names taken from exiv2's printSummary() in actions.cpp */
-