summaryrefslogtreecommitdiff
path: root/graphics/rawstudio/files/patch-plugins_meta-exiv2_exiv2-metadata.cpp
diff options
context:
space:
mode:
authorRainer Hurling <rhurlin@FreeBSD.org>2021-11-27 21:45:41 +0100
committerRainer Hurling <rhurlin@FreeBSD.org>2021-11-27 21:45:41 +0100
commit1ed648eda7a8261167ea38c4e2e5326f35c7301f (patch)
treedc5c1bf42dacf13d076da81d541fba62c1318e1a /graphics/rawstudio/files/patch-plugins_meta-exiv2_exiv2-metadata.cpp
parentnet/rclone: update to 1.57.0 (diff)
graphics/rawstudio: Add missing dependencies and renew patches
- Add dependencies found via DEVELOPERS=yes set in /etc/make.conf - Reorder some Makefile vars, suggested by portclippy - Add NLS option to conditionally disable gettext support - Renew and rearrange all patches under files PR: 254011 Approved by: Oleksii Samorukov <samm@FreeBSD.org> (maintainer)
Diffstat (limited to 'graphics/rawstudio/files/patch-plugins_meta-exiv2_exiv2-metadata.cpp')
-rw-r--r--graphics/rawstudio/files/patch-plugins_meta-exiv2_exiv2-metadata.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/rawstudio/files/patch-plugins_meta-exiv2_exiv2-metadata.cpp b/graphics/rawstudio/files/patch-plugins_meta-exiv2_exiv2-metadata.cpp
new file mode 100644
index 000000000000..c78ebecd9bf2
--- /dev/null
+++ b/graphics/rawstudio/files/patch-plugins_meta-exiv2_exiv2-metadata.cpp
@@ -0,0 +1,11 @@
+--- plugins/meta-exiv2/exiv2-metadata.cpp.orig 2011-02-26 23:13:39 UTC
++++ plugins/meta-exiv2/exiv2-metadata.cpp
+@@ -22,6 +22,8 @@
+ #include <iomanip>
+ #include <exiv2/image.hpp>
+ #include <exiv2/exif.hpp>
++#include <exiv2/version.hpp>
++#include <exiv2/error.hpp>
+ #include <assert.h>
+ #include "exiv2-metadata.h"
+ #include <math.h>