Fix building with gtk-2.14.x
This commit is contained in:
parent
911b63035a
commit
7f9237dc45
2 changed files with 14 additions and 1 deletions
|
@ -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
|
SHA1 (inkscape-0.46.tar.bz2) = ca68fc9bf539d7bcfc31f36d24f884255b2154e7
|
||||||
RMD160 (inkscape-0.46.tar.bz2) = c90713493557bdc17515de1287c9af401a4a3e26
|
RMD160 (inkscape-0.46.tar.bz2) = c90713493557bdc17515de1287c9af401a4a3e26
|
||||||
|
@ -9,3 +9,4 @@ SHA1 (patch-ac) = 8034de5cf024ef6ec55e378681a1f450da23bbce
|
||||||
SHA1 (patch-ad) = 3136850b7d34370feb951fc8fdde8cda78d54d60
|
SHA1 (patch-ad) = 3136850b7d34370feb951fc8fdde8cda78d54d60
|
||||||
SHA1 (patch-ae) = 2b3f06a545d3cf27f59d41619528c59ac142c758
|
SHA1 (patch-ae) = 2b3f06a545d3cf27f59d41619528c59ac142c758
|
||||||
SHA1 (patch-af) = 190f59d9b3233154e41dd43964265b0a4709c977
|
SHA1 (patch-af) = 190f59d9b3233154e41dd43964265b0a4709c977
|
||||||
|
SHA1 (patch-ag) = 6b6000f3940ec6db9404a206f9757928c1d5740b
|
||||||
|
|
12
graphics/inkscape/patches/patch-ag
Normal file
12
graphics/inkscape/patches/patch-ag
Normal file
|
@ -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"
|
Loading…
Reference in a new issue