Commits

David B. Evans authored 576c8c77963
GIMP-Lensfun: fix build with exiv2 0.27.1

Closes https://trac.macports.org/ticket/59275.
No tags

graphics/GIMP-Lensfun/files/patch-exiv2-0.27.1.diff

Added
1 +From ca4511c1a4dd8edabe86e4a943861fda07b7e86c Mon Sep 17 00:00:00 2001
2 +From: Neil Mayhew <neil@neil.mayhew.name>
3 +Date: Fri, 5 Jul 2019 13:37:39 -0600
4 +Subject: [PATCH] Add missing header file
5 +
6 +---
7 + src/gimplensfun.cpp | 1 +
8 + 1 file changed, 1 insertion(+)
9 +
10 +diff --git a/src/gimplensfun.cpp b/src/gimplensfun.cpp
11 +index da2a94c..8e9e12e 100644
12 +--- src/gimplensfun.cpp
13 ++++ src/gimplensfun.cpp
14 +@@ -31,6 +31,7 @@
15 + #include <libgimp/gimp.h>
16 + #include <libgimp/gimpui.h>
17 +
18 ++#include <exiv2/error.hpp>
19 + #include <exiv2/image.hpp>
20 + #include <exiv2/exif.hpp>
21 +

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut