summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-23 22:49:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-23 22:57:11 +0200
commitf8dd13fabfba50f506c36d927e33f40c5a868172 (patch)
tree1077371d458b4f735db00b9d808ec596acf0cab0 /media-gfx/luminance-hdr/files
parentmedia-sound/sexypsf: Drop 0.4.7 (diff)
downloadgentoo-f8dd13fabfba50f506c36d927e33f40c5a868172.tar.gz
gentoo-f8dd13fabfba50f506c36d927e33f40c5a868172.tar.bz2
gentoo-f8dd13fabfba50f506c36d927e33f40c5a868172.zip
media-gfx/luminance-hdr: Fix build with media-gfx/exiv2-0.27.1
Reported-by: Erich Seifert <eseifert@error-reports.org> Closes: https://bugs.gentoo.org/688556 Package-Manager: Portage-2.3.67, Repoman-2.3.15 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/luminance-hdr/files')
-rw-r--r--media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-exiv2-0.27.1.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-exiv2-0.27.1.patch b/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-exiv2-0.27.1.patch
new file mode 100644
index 000000000000..16b5256e935d
--- /dev/null
+++ b/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-exiv2-0.27.1.patch
@@ -0,0 +1,22 @@
+From 8c3f1571bfa7bb702228bb283e37e58c8b322d5b Mon Sep 17 00:00:00 2001
+From: Benitoite <kd6kxr@gmail.com>
+Date: Fri, 26 Apr 2019 18:07:52 -0700
+Subject: [PATCH] ExifOperations: include exiv2/exiv2.hpp
+
+Because type `AnyError` requires definition in the exiv2 namespace.
+---
+ src/Exif/ExifOperations.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/Exif/ExifOperations.cpp b/src/Exif/ExifOperations.cpp
+index 07ca742c..dd3d22a6 100644
+--- a/src/Exif/ExifOperations.cpp
++++ b/src/Exif/ExifOperations.cpp
+@@ -35,6 +35,7 @@
+ #include <boost/assign/list_of.hpp>
+
+ #include <exif.hpp>
++#include <exiv2/exiv2.hpp>
+ #include <image.hpp>
+
+ #include "Common/config.h" \ No newline at end of file