summaryrefslogtreecommitdiff
path: root/graphics/inkscape/patches
diff options
context:
space:
mode:
authordrochner <drochner>2007-11-23 11:56:14 +0000
committerdrochner <drochner>2007-11-23 11:56:14 +0000
commitd771861a59c3879a690edbc5bcd550e4916e46e1 (patch)
treedcc03d3ebd2d636a023e040a7c432907cf8dfe9e /graphics/inkscape/patches
parent83944c5f9c10fe4d5ecc8c36d5ace00e7fefe0da (diff)
downloadpkgsrc-d771861a59c3879a690edbc5bcd550e4916e46e1.tar.gz
make this build with libsigc++-2.1
Diffstat (limited to 'graphics/inkscape/patches')
-rw-r--r--graphics/inkscape/patches/patch-ah15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/inkscape/patches/patch-ah b/graphics/inkscape/patches/patch-ah
new file mode 100644
index 00000000000..822d087c491
--- /dev/null
+++ b/graphics/inkscape/patches/patch-ah
@@ -0,0 +1,15 @@
+$NetBSD: patch-ah,v 1.1 2007/11/23 11:56:14 drochner Exp $
+
+--- src/seltrans.h.orig 2007-11-23 12:26:16.000000000 +0100
++++ src/seltrans.h
+@@ -138,8 +138,8 @@ private:
+ NR::Point _origin; ///< position of origin for transforms
+ NR::Point _point; ///< original position of the knot being used for the current transform
+ Inkscape::MessageContext _message_context;
+- SigC::Connection _sel_changed_connection;
+- SigC::Connection _sel_modified_connection;
++ sigc::connection _sel_changed_connection;
++ sigc::connection _sel_modified_connection;
+ };
+
+ }