summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2008-04-06 13:53:06 +0000
committerMarkus Meier <maekke@gentoo.org>2008-04-06 13:53:06 +0000
commit9a45d8a057de8c6c06f768fbf56635021e305ee3 (patch)
treea02c9555fd7f52ac63917b569bb0f412202a7c2f /media-gfx/inkscape/files
parentamd64 stable, security bug #215694 (diff)
downloadhistorical-9a45d8a057de8c6c06f768fbf56635021e305ee3.tar.gz
historical-9a45d8a057de8c6c06f768fbf56635021e305ee3.tar.bz2
historical-9a45d8a057de8c6c06f768fbf56635021e305ee3.zip
fix building with gcc-4.3, thanks Bert Karwatzki for the patch (bug #215574)
Package-Manager: portage-2.1.5_rc2
Diffstat (limited to 'media-gfx/inkscape/files')
-rw-r--r--media-gfx/inkscape/files/inkscape-0.46-gcc43.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-gfx/inkscape/files/inkscape-0.46-gcc43.patch b/media-gfx/inkscape/files/inkscape-0.46-gcc43.patch
new file mode 100644
index 000000000000..a72af077eb5c
--- /dev/null
+++ b/media-gfx/inkscape/files/inkscape-0.46-gcc43.patch
@@ -0,0 +1,11 @@
+diff -aur src.old/dom/dom.h src/dom/dom.h
+--- src.old/dom/dom.h 2008-03-29 16:56:05.000000000 +0100
++++ src/dom/dom.h 2008-03-29 17:14:30.000000000 +0100
+@@ -30,6 +30,7 @@
+ */
+
+ #include <vector>
++#include <cstring>
+
+ //# include this before the #ifdefs below
+ #include "domconfig.h"