aboutsummaryrefslogtreecommitdiff
path: root/graphics/darktable42/files/patch-src_iop_lens.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/darktable42/files/patch-src_iop_lens.cc')
-rw-r--r--graphics/darktable42/files/patch-src_iop_lens.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/darktable42/files/patch-src_iop_lens.cc b/graphics/darktable42/files/patch-src_iop_lens.cc
new file mode 100644
index 000000000000..b38942bc9e25
--- /dev/null
+++ b/graphics/darktable42/files/patch-src_iop_lens.cc
@@ -0,0 +1,11 @@
+--- src/iop/lens.cc.orig 2022-12-14 15:18:18 UTC
++++ src/iop/lens.cc
+@@ -59,7 +59,7 @@ extern "C" {
+
+ #if LF_VERSION == ((0 << 24) | (3 << 16) | (95 << 8) | 0)
+ #define LF_0395
+-#error lensfun 0.3.95 is not supported since its API is not backward compatible with lensfun stable release.
++#pragma message("lensfun 0.3.95 is not supported since its API is not backward compatible with lensfun stable release.")
+ #endif
+
+ DT_MODULE_INTROSPECTION(6, dt_iop_lens_params_t)