diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-24 18:49:49 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-24 18:49:49 +0800 |
commit | 376be6c1e49be05bc7b5d90ff25048d719debb8c (patch) | |
tree | 60e376adfb25b22a5ed116c4561fcfa3973bae0b /graphics | |
parent | a3fe0cd139b1cc07ee4e27aff83bc3dda385b30e (diff) | |
download | freebsd-ports-gnome-376be6c1e49be05bc7b5d90ff25048d719debb8c.tar.gz freebsd-ports-gnome-376be6c1e49be05bc7b5d90ff25048d719debb8c.tar.zst freebsd-ports-gnome-376be6c1e49be05bc7b5d90ff25048d719debb8c.zip |
real fix with new exiv version
Report by: pointyhat (erwin)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/darktable/files/patch-src__common__exif.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/darktable/files/patch-src__common__exif.cc b/graphics/darktable/files/patch-src__common__exif.cc index c897391d9b6d..bd9aa18f9fc6 100644 --- a/graphics/darktable/files/patch-src__common__exif.cc +++ b/graphics/darktable/files/patch-src__common__exif.cc @@ -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> |