diff options
| author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2023-12-27 13:03:18 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2023-12-27 13:05:04 +0100 |
| commit | 3bc242b59f7beddc048b020545135d1f26da079f (patch) | |
| tree | e2f9d8d97c2f7b33dd29483f33608349626c905c /graphics/darktable/files/patch-src_iop_lens.cc | |
| parent | sysutils/eksctl: Update to 0.167.0 (diff) | |
graphics/darktable: Update to 4.6.0
Release notes:
* https://github.com/darktable-org/darktable/releases/tag/release-4.6.0
Diffstat (limited to 'graphics/darktable/files/patch-src_iop_lens.cc')
| -rw-r--r-- | graphics/darktable/files/patch-src_iop_lens.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/darktable/files/patch-src_iop_lens.cc b/graphics/darktable/files/patch-src_iop_lens.cc index b38942bc9e25..2c5707cc613a 100644 --- a/graphics/darktable/files/patch-src_iop_lens.cc +++ b/graphics/darktable/files/patch-src_iop_lens.cc @@ -1,11 +1,11 @@ ---- src/iop/lens.cc.orig 2022-12-14 15:18:18 UTC +--- src/iop/lens.cc.orig 2023-12-14 19:44:41 UTC +++ src/iop/lens.cc -@@ -59,7 +59,7 @@ extern "C" { +@@ -64,7 +64,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.") +-#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) + DT_MODULE_INTROSPECTION(10, dt_iop_lens_params_t) |
