diff options
author | 2017-10-15 22:29:39 +0200 | |
---|---|---|
committer | 2017-10-15 22:46:18 +0200 | |
commit | 3621c5441adf6c1bf587c759d3d621b289f4901b (patch) | |
tree | b0c65818f94005e1ad3a5b138c17522179f3a1b5 /media-gfx/krita/files | |
parent | x11-misc/rofi: Version bump. (diff) | |
download | gentoo-3621c5441adf6c1bf587c759d3d621b289f4901b.tar.gz gentoo-3621c5441adf6c1bf587c759d3d621b289f4901b.tar.bz2 gentoo-3621c5441adf6c1bf587c759d3d621b289f4901b.zip |
media-gfx/krita: Fix build with >=media-gfx/exiv2-0.26_p20171013
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'media-gfx/krita/files')
-rw-r--r-- | media-gfx/krita/files/krita-3.2.1-exiv2-0.26.1.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-gfx/krita/files/krita-3.2.1-exiv2-0.26.1.patch b/media-gfx/krita/files/krita-3.2.1-exiv2-0.26.1.patch new file mode 100644 index 000000000000..22c3858f4c66 --- /dev/null +++ b/media-gfx/krita/files/krita-3.2.1-exiv2-0.26.1.patch @@ -0,0 +1,11 @@ +--- a/libs/ui/kisexiv2/kis_xmp_io.cpp 2017-10-15 22:09:56.908903726 +0200 ++++ b/libs/ui/kisexiv2/kis_xmp_io.cpp 2017-10-15 22:10:23.956192118 +0200 +@@ -17,7 +17,7 @@ + #include "kis_xmp_io.h" + + #include <string> +-#include <exiv2/xmp.hpp> ++#include <exiv2/xmp_exiv2.hpp> + + #include "kis_exiv2.h" + |