- unbreak after exiv2 update

This commit is contained in:
jasper 2011-10-28 21:58:16 +00:00
parent 148ed76e1f
commit b4da185312
2 changed files with 17 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.11 2011/10/03 06:42:45 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.12 2011/10/28 21:58:16 jasper Exp $
COMMENT= virtual lighttable and darkroom for photographers
DISTNAME= darktable-0.6
REVISION= 5
REVISION= 6
SHARED_ONLY= Yes
@ -41,7 +41,7 @@ MODGCONF2_SCHEMAS_DIR= darktable
RUN_DEPENDS= devel/desktop-file-utils
LIB_DEPENDS= databases/sqlite3 \
devel/libglade2 \
graphics/exiv2 \
graphics/exiv2>=0.22 \
graphics/lcms \
graphics/libgphoto2 \
graphics/lensfun \

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-src_common_exif_cc,v 1.1 2011/10/28 21:58:16 jasper Exp $
Remove header that was removed from exiv2.
--- src/common/exif.cc.orig Fri Oct 28 17:29:41 2011
+++ src/common/exif.cc Fri Oct 28 17:32:44 2011
@@ -28,7 +28,6 @@
#include <exiv2/image.hpp>
#include <exiv2/exif.hpp>
-#include <exiv2/canonmn.hpp>
#include <sstream>
#include <cassert>
#include <glib.h>