summaryrefslogtreecommitdiff
path: root/media-libs/freeimage/files/freeimage-3.18.0-libraw-0.21.0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/freeimage/files/freeimage-3.18.0-libraw-0.21.0.patch')
-rw-r--r--media-libs/freeimage/files/freeimage-3.18.0-libraw-0.21.0.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-libs/freeimage/files/freeimage-3.18.0-libraw-0.21.0.patch b/media-libs/freeimage/files/freeimage-3.18.0-libraw-0.21.0.patch
new file mode 100644
index 000000000000..906590bbd329
--- /dev/null
+++ b/media-libs/freeimage/files/freeimage-3.18.0-libraw-0.21.0.patch
@@ -0,0 +1,11 @@
+https://bugs.gentoo.org/887467
+--- a/Source/FreeImage/PluginRAW.cpp
++++ b/Source/FreeImage/PluginRAW.cpp
+@@ -693,3 +693,7 @@
+ // (-s [0..N-1]) Select one raw image from input file
++#if LIBRAW_COMPILE_CHECK_VERSION_NOTLESS(0, 21)
++ RawProcessor->imgdata.rawparams.shot_select = 0;
++#else
+ RawProcessor->imgdata.params.shot_select = 0;
++#endif
+ // (-w) Use camera white balance, if possible (otherwise, fallback to auto_wb)