summaryrefslogtreecommitdiff
path: root/sci-geosciences/gpscorrelate/files/gpscorrelate-1.6.1-exiv2-0.27.1.patch
blob: 16921b72a1f68315925c946f24026696934e0282 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From c82aa1e76e3faeaec605df618c87223513efb3b9 Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Sat, 29 Jun 2019 10:27:24 +0200
Subject: [PATCH] Fix build with exiv2-0.27.1

Use catchall header as recommended by exiv2 upstream.
---
 exif-gps.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/exif-gps.cpp b/exif-gps.cpp
index fb9f2cb..61b4736 100644
--- a/exif-gps.cpp
+++ b/exif-gps.cpp
@@ -41,8 +41,7 @@
 #include <unistd.h>
 
 
-#include "exiv2/image.hpp"
-#include "exiv2/exif.hpp"
+#include "exiv2/exiv2.hpp"
 
 #include "gpsstructure.h"
 #include "exif-gps.h"
-- 
2.22.0