diff options
author | bapt <bapt@FreeBSD.org> | 2011-04-24 18:49:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-04-24 18:49:49 +0800 |
commit | 61a6428b8b1ecc4c2ccfed9a015a76cb006dc770 (patch) | |
tree | 6366bbbe6fff93dd0c8295ea114e8e404e74909c /graphics/darktable | |
parent | bb9ac09a5617dc7e25ae71b6cd7626235062bca4 (diff) | |
download | freebsd-ports-gnome-61a6428b8b1ecc4c2ccfed9a015a76cb006dc770.tar.gz freebsd-ports-gnome-61a6428b8b1ecc4c2ccfed9a015a76cb006dc770.tar.zst freebsd-ports-gnome-61a6428b8b1ecc4c2ccfed9a015a76cb006dc770.zip |
real fix with new exiv version
Report by: pointyhat (erwin)
Diffstat (limited to 'graphics/darktable')
-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> |