ports/graphics/rawstudio/files/patch-plugins_meta-exiv2_exiv2-metadata.cpp
Rainer Hurling 1ed648eda7 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)
2021-11-27 21:45:41 +01:00

11 lines
333 B
C++

--- 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>