summaryrefslogtreecommitdiff
path: root/graphics/darktable/patches
diff options
context:
space:
mode:
authorwiz <wiz>2012-08-29 16:26:51 +0000
committerwiz <wiz>2012-08-29 16:26:51 +0000
commit17dbd809808fd6ba132e8a4c6c3be0ae7ea54131 (patch)
tree6df448888ab10788640f8eb6500c444d85af328d /graphics/darktable/patches
parentac0ee11fb103f7c1340da92db7b34ac85b6fb19b (diff)
downloadpkgsrc-17dbd809808fd6ba132e8a4c6c3be0ae7ea54131.tar.gz
Direct inclusion of librsvg/rsvg-cairo.h is deprecated and leads to build
errors. "Don't do it, then!"
Diffstat (limited to 'graphics/darktable/patches')
-rw-r--r--graphics/darktable/patches/patch-src_iop_watermark.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/darktable/patches/patch-src_iop_watermark.c b/graphics/darktable/patches/patch-src_iop_watermark.c
new file mode 100644
index 00000000000..d6a803d4f2b
--- /dev/null
+++ b/graphics/darktable/patches/patch-src_iop_watermark.c
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_iop_watermark.c,v 1.1 2012/08/29 16:26:51 wiz Exp $
+
+Direct inclusion of this header is deprecated.
+
+--- src/iop/watermark.c.orig 2012-07-21 10:44:08.000000000 +0000
++++ src/iop/watermark.c
+@@ -38,7 +38,6 @@
+ #include <inttypes.h>
+
+ #include <librsvg/rsvg.h>
+-#include <librsvg/rsvg-cairo.h>
+
+ #include "common/metadata.h"
+ #include "common/utility.h"