freebsd-ports/graphics/darktable/files/patch-src_iop_lens.cc

11 lines
471 B
C++

--- src/iop/lens.cc.orig 2023-12-14 19:44:41 UTC
+++ src/iop/lens.cc
@@ -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.")
#endif
DT_MODULE_INTROSPECTION(10, dt_iop_lens_params_t)