diff options
author | drochner <drochner> | 2007-11-23 11:56:14 +0000 |
---|---|---|
committer | drochner <drochner> | 2007-11-23 11:56:14 +0000 |
commit | d771861a59c3879a690edbc5bcd550e4916e46e1 (patch) | |
tree | dcc03d3ebd2d636a023e040a7c432907cf8dfe9e /graphics | |
parent | 83944c5f9c10fe4d5ecc8c36d5ace00e7fefe0da (diff) | |
download | pkgsrc-d771861a59c3879a690edbc5bcd550e4916e46e1.tar.gz |
make this build with libsigc++-2.1
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/inkscape/distinfo | 3 | ||||
-rw-r--r-- | graphics/inkscape/patches/patch-ah | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/graphics/inkscape/distinfo b/graphics/inkscape/distinfo index 17b03b9ca08..181233b139a 100644 --- a/graphics/inkscape/distinfo +++ b/graphics/inkscape/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.20 2007/03/23 20:15:01 adam Exp $ +$NetBSD: distinfo,v 1.21 2007/11/23 11:56:14 drochner Exp $ SHA1 (inkscape-0.45.1.tar.gz) = f3df9eafc0fdfcc5f5024ea4bec4d7c477698380 RMD160 (inkscape-0.45.1.tar.gz) = f21d43196a1fbaddc4f4baa2a51a5d085ceb20e4 @@ -10,3 +10,4 @@ SHA1 (patch-ad) = 4700208bb97c3d09733f2777bb32f973779b06a8 SHA1 (patch-ae) = 2b3f06a545d3cf27f59d41619528c59ac142c758 SHA1 (patch-af) = 205a914797e1980f11ddb461ab3d3ee26553c3d4 SHA1 (patch-ag) = 5562938a306e2675ba5c9ef127532293fbbb3645 +SHA1 (patch-ah) = 059013c64db9a2d510a7f38705eb19ab75d3ba53 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; + }; + + } |