diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2009-10-06 00:53:26 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2009-10-06 00:53:26 +0000 |
commit | b3b664c9ad23ed06c488553514a4f5db288ca4b5 (patch) | |
tree | b9c04cfb0ed68b683bcb743bf3a2103ac5ff650e /graphics | |
parent | 981e778370883815765a83a896bf9219df79815b (diff) | |
download | pkgsrc-b3b664c9ad23ed06c488553514a4f5db288ca4b5.tar.gz |
add missing headers to let this build with gcc44
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/inkscape/distinfo | 7 | ||||
-rw-r--r-- | graphics/inkscape/patches/patch-al | 12 | ||||
-rw-r--r-- | graphics/inkscape/patches/patch-am | 12 | ||||
-rw-r--r-- | graphics/inkscape/patches/patch-an | 13 | ||||
-rw-r--r-- | graphics/inkscape/patches/patch-ao | 13 | ||||
-rw-r--r-- | graphics/inkscape/patches/patch-ap | 12 |
6 files changed, 68 insertions, 1 deletions
diff --git a/graphics/inkscape/distinfo b/graphics/inkscape/distinfo index 32e69262913..3eea8bbf4c7 100644 --- a/graphics/inkscape/distinfo +++ b/graphics/inkscape/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.27 2009/06/04 00:05:19 reed Exp $ +$NetBSD: distinfo,v 1.28 2009/10/06 00:53:26 dmcmahill Exp $ SHA1 (inkscape-0.46.tar.bz2) = ca68fc9bf539d7bcfc31f36d24f884255b2154e7 RMD160 (inkscape-0.46.tar.bz2) = c90713493557bdc17515de1287c9af401a4a3e26 @@ -14,3 +14,8 @@ SHA1 (patch-ah) = 964e51dca7e1212037a9f0122fa0ef812bf8f46c SHA1 (patch-ai) = 56271685b207f4056952929895f1fdd2ec74e3ef SHA1 (patch-aj) = ae258d2b4f3d5bdbfbc6d76d13361b6e672de73c SHA1 (patch-ak) = 7ce80942f955a63dd6f6e772cbf03cf7b89db2c0 +SHA1 (patch-al) = 0059368f58bc41395d96125c010c6cb574cfca6a +SHA1 (patch-am) = 0ca65739b623945283569580fe0b194fe89fb392 +SHA1 (patch-an) = 6426a52af7b16c3dfeb51f5e48d879d56f067807 +SHA1 (patch-ao) = e7ac9857bf0d686ae77aaa2f3ab90009bfc0a797 +SHA1 (patch-ap) = cd29bd178dc2c6c9456bc09d6663d6a25acc7da1 diff --git a/graphics/inkscape/patches/patch-al b/graphics/inkscape/patches/patch-al new file mode 100644 index 00000000000..b117a9b942c --- /dev/null +++ b/graphics/inkscape/patches/patch-al @@ -0,0 +1,12 @@ +$NetBSD: patch-al,v 1.1 2009/10/06 00:53:26 dmcmahill Exp $ + +gcc44 fixes + +--- src/streams-handles.cpp.orig 2008-03-11 04:20:00.000000000 +0000 ++++ src/streams-handles.cpp 2009-10-05 18:16:03.000000000 +0000 +@@ -14,4 +14,5 @@ + + #include <iostream> ++#include <cstdio> + + namespace Inkscape { diff --git a/graphics/inkscape/patches/patch-am b/graphics/inkscape/patches/patch-am new file mode 100644 index 00000000000..230b00d0fd8 --- /dev/null +++ b/graphics/inkscape/patches/patch-am @@ -0,0 +1,12 @@ +$NetBSD: patch-am,v 1.1 2009/10/06 00:53:26 dmcmahill Exp $ + +gcc44 fixes + +--- src/streams-zlib.cpp.orig 2008-03-11 04:19:29.000000000 +0000 ++++ src/streams-zlib.cpp 2009-10-05 19:41:10.000000000 +0000 +@@ -10,4 +10,5 @@ + */ + ++#include <cstdio> + #include <cstring> + #include <string> diff --git a/graphics/inkscape/patches/patch-an b/graphics/inkscape/patches/patch-an new file mode 100644 index 00000000000..0286c06f58c --- /dev/null +++ b/graphics/inkscape/patches/patch-an @@ -0,0 +1,13 @@ +$NetBSD: patch-an,v 1.1 2009/10/06 00:53:26 dmcmahill Exp $ + +gcc44 fixes + +--- src/dom/io/uristream.cpp.orig 2008-03-11 04:19:31.000000000 +0000 ++++ src/dom/io/uristream.cpp 2009-10-05 20:00:03.000000000 +0000 +@@ -42,5 +42,5 @@ + + #include "uristream.h" +- ++#include <cstring> + + diff --git a/graphics/inkscape/patches/patch-ao b/graphics/inkscape/patches/patch-ao new file mode 100644 index 00000000000..79f53eb4052 --- /dev/null +++ b/graphics/inkscape/patches/patch-ao @@ -0,0 +1,13 @@ +$NetBSD4 + +gcc44 fixes + +--- src/io/sys.cpp.orig 2008-03-11 04:20:06.000000000 +0000 ++++ src/io/sys.cpp 2009-10-05 21:07:59.000000000 +0000 +@@ -16,4 +16,6 @@ + #endif + ++#include <cstdio> ++ + #include <glib/gutils.h> + #if GLIB_CHECK_VERSION(2,6,0) diff --git a/graphics/inkscape/patches/patch-ap b/graphics/inkscape/patches/patch-ap new file mode 100644 index 00000000000..f64b61bd51a --- /dev/null +++ b/graphics/inkscape/patches/patch-ap @@ -0,0 +1,12 @@ +$NetBSD: patch-ap,v 1.1 2009/10/06 00:53:26 dmcmahill Exp $ + +gcc44 fixes + +--- src/io/uristream.cpp.orig 2008-03-11 04:20:06.000000000 +0000 ++++ src/io/uristream.cpp 2009-10-05 21:09:22.000000000 +0000 +@@ -16,4 +16,5 @@ + #include <string> + #include <cstring> ++#include <cstdio> + + #ifdef WIN32 |