pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/inkscape Fix building on Mac OS X



details:   https://anonhg.NetBSD.org/pkgsrc/rev/849a38f360bd
branches:  trunk
changeset: 537887:849a38f360bd
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jan 19 17:39:37 2008 +0000

description:
Fix building on Mac OS X

diffstat:

 graphics/inkscape/distinfo         |   3 ++-
 graphics/inkscape/patches/patch-ai |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r b0a6682c874a -r 849a38f360bd graphics/inkscape/distinfo
--- a/graphics/inkscape/distinfo        Sat Jan 19 17:19:15 2008 +0000
+++ b/graphics/inkscape/distinfo        Sat Jan 19 17:39:37 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2007/11/23 11:56:14 drochner Exp $
+$NetBSD: distinfo,v 1.22 2008/01/19 17:39:37 adam Exp $
 
 SHA1 (inkscape-0.45.1.tar.gz) = f3df9eafc0fdfcc5f5024ea4bec4d7c477698380
 RMD160 (inkscape-0.45.1.tar.gz) = f21d43196a1fbaddc4f4baa2a51a5d085ceb20e4
@@ -11,3 +11,4 @@
 SHA1 (patch-af) = 205a914797e1980f11ddb461ab3d3ee26553c3d4
 SHA1 (patch-ag) = 5562938a306e2675ba5c9ef127532293fbbb3645
 SHA1 (patch-ah) = 059013c64db9a2d510a7f38705eb19ab75d3ba53
+SHA1 (patch-ai) = 31399aa8fbd7422e673e7c9568059a322142d7f2
diff -r b0a6682c874a -r 849a38f360bd graphics/inkscape/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/inkscape/patches/patch-ai        Sat Jan 19 17:39:37 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2008/01/19 17:39:37 adam Exp $
+
+--- src/conn-avoid-ref.cpp.orig        2008-01-19 18:09:35.000000000 +0100
++++ src/conn-avoid-ref.cpp
+@@ -17,7 +17,7 @@
+ #include "libavoid/polyutil.h"
+ #include "libavoid/router.h"
+ #include "libavoid/connector.h"
+-#include "xml/simple-node.cpp"
++#include "xml/simple-node.h"
+ #include "document.h"
+ #include "prefs-utils.h"
+ 



Home | Main Index | Thread Index | Old Index