diff options
author | adam <adam@pkgsrc.org> | 2008-01-19 17:39:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-01-19 17:39:37 +0000 |
commit | 0aa668778b013e9a128c6ca16ca01d390f5e6545 (patch) | |
tree | ee1e82bc7fd1e6b350b8a7355d19798f0928325f /graphics | |
parent | 622212034761422ab2af03128880d586814637da (diff) | |
download | pkgsrc-0aa668778b013e9a128c6ca16ca01d390f5e6545.tar.gz |
Fix building on Mac OS X
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/inkscape/distinfo | 3 | ||||
-rw-r--r-- | graphics/inkscape/patches/patch-ai | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/graphics/inkscape/distinfo b/graphics/inkscape/distinfo index 181233b139a..4b47e35ffc7 100644 --- a/graphics/inkscape/distinfo +++ b/graphics/inkscape/distinfo @@ -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-ae) = 2b3f06a545d3cf27f59d41619528c59ac142c758 SHA1 (patch-af) = 205a914797e1980f11ddb461ab3d3ee26553c3d4 SHA1 (patch-ag) = 5562938a306e2675ba5c9ef127532293fbbb3645 SHA1 (patch-ah) = 059013c64db9a2d510a7f38705eb19ab75d3ba53 +SHA1 (patch-ai) = 31399aa8fbd7422e673e7c9568059a322142d7f2 diff --git a/graphics/inkscape/patches/patch-ai b/graphics/inkscape/patches/patch-ai new file mode 100644 index 00000000000..905ef1cf319 --- /dev/null +++ b/graphics/inkscape/patches/patch-ai @@ -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" + |