1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

real fix with new exiv version

Report by:	pointyhat (erwin)
This commit is contained in:
Baptiste Daroussin 2011-04-24 10:49:49 +00:00
parent a3fe0cd139
commit 376be6c1e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273130

View File

@ -1,6 +1,6 @@
--- ./src/common/exif.cc.orig 2010-12-07 12:49:56.000000000 +0100
+++ ./src/common/exif.cc 2011-04-11 14:54:09.176904295 +0200
@@ -29,11 +29,8 @@
+++ ./src/common/exif.cc 2011-04-24 12:43:20.476146336 +0200
@@ -29,11 +29,7 @@
#include "common/imageio.h"
}
// #include <libexif/exif-data.h>
@ -8,7 +8,7 @@
-#include <exiv2/error.hpp>
-#include <exiv2/image.hpp>
-#include <exiv2/exif.hpp>
#include <exiv2/canonmn.hpp>
-#include <exiv2/canonmn.hpp>
+#include <exiv2/exiv2.hpp>
#include <sqlite3.h>
#include <iostream>