summaryrefslogtreecommitdiff
path: root/media-libs/freeimage/files
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/freeimage/files')
-rw-r--r--media-libs/freeimage/files/freeimage-3.18.0-libraw-0.21.0.patch (renamed from media-libs/freeimage/files/freeimage-3.18.0-libraw-0.21.patch)6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/freeimage/files/freeimage-3.18.0-libraw-0.21.patch b/media-libs/freeimage/files/freeimage-3.18.0-libraw-0.21.0.patch
index 3005bf44d623..906590bbd329 100644
--- a/media-libs/freeimage/files/freeimage-3.18.0-libraw-0.21.patch
+++ b/media-libs/freeimage/files/freeimage-3.18.0-libraw-0.21.0.patch
@@ -3,9 +3,9 @@ https://bugs.gentoo.org/887467
+++ 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)
++#if LIBRAW_COMPILE_CHECK_VERSION_NOTLESS(0, 21)
+ RawProcessor->imgdata.rawparams.shot_select = 0;
-+ #else
++#else
RawProcessor->imgdata.params.shot_select = 0;
-+ #endif
++#endif
// (-w) Use camera white balance, if possible (otherwise, fallback to auto_wb)