mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
- 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)
11 lines
333 B
C++
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>
|