diff options
author | adam <adam@pkgsrc.org> | 2008-10-16 22:12:04 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-10-16 22:12:04 +0000 |
commit | 7f9237dc45fb79d054de454974af7e9690c963be (patch) | |
tree | 0836bfe388a6d35c9b574718be152112a6d096f6 /graphics/inkscape | |
parent | 911b63035ac94eed6b9ba9aa3ccb9aaa0499de54 (diff) | |
download | pkgsrc-7f9237dc45fb79d054de454974af7e9690c963be.tar.gz |
Fix building with gtk-2.14.x
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/distinfo | 3 | ||||
-rw-r--r-- | graphics/inkscape/patches/patch-ag | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/inkscape/distinfo b/graphics/inkscape/distinfo index 143c1edd8e1..71a6641accd 100644 --- a/graphics/inkscape/distinfo +++ b/graphics/inkscape/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.24 2008/06/05 10:17:28 drochner Exp $ +$NetBSD: distinfo,v 1.25 2008/10/16 22:12:04 adam Exp $ SHA1 (inkscape-0.46.tar.bz2) = ca68fc9bf539d7bcfc31f36d24f884255b2154e7 RMD160 (inkscape-0.46.tar.bz2) = c90713493557bdc17515de1287c9af401a4a3e26 @@ -9,3 +9,4 @@ SHA1 (patch-ac) = 8034de5cf024ef6ec55e378681a1f450da23bbce SHA1 (patch-ad) = 3136850b7d34370feb951fc8fdde8cda78d54d60 SHA1 (patch-ae) = 2b3f06a545d3cf27f59d41619528c59ac142c758 SHA1 (patch-af) = 190f59d9b3233154e41dd43964265b0a4709c977 +SHA1 (patch-ag) = 6b6000f3940ec6db9404a206f9757928c1d5740b diff --git a/graphics/inkscape/patches/patch-ag b/graphics/inkscape/patches/patch-ag new file mode 100644 index 00000000000..7da648e9cc6 --- /dev/null +++ b/graphics/inkscape/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.4 2008/10/16 22:12:04 adam Exp $ + +--- src/widgets/sp-xmlview-attr-list.cpp.orig 2008-10-17 00:06:45.000000000 +0200 ++++ src/widgets/sp-xmlview-attr-list.cpp +@@ -15,6 +15,7 @@ + + #include <cstring> + #include <glibmm/i18n.h> ++#include <gtk/gtk.h> + + #include "helper/sp-marshal.h" + #include "../xml/node-event-vector.h" |