Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0edda3cd1c602df619f879b5c18b99ae605cd148)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0edda3cd1c602df619f879b5c18b99ae605cd148)
  • Date: Mon, 28 Apr 2008 05:28:56 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

graphics/inkscape/HISTORY | 4 +++-
graphics/inkscape/PRE_BUILD | 4 ++++
graphics/inkscape/gcc43.patch | 10 ++++++++++
3 files changed, 17 insertions(+), 1 deletion(-)

New commits:
commit 0edda3cd1c602df619f879b5c18b99ae605cd148
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

inkscape: fixed compilation with gcc 4.3

diff --git a/graphics/inkscape/HISTORY b/graphics/inkscape/HISTORY
index 07a4272..7439844 100644
--- a/graphics/inkscape/HISTORY
+++ b/graphics/inkscape/HISTORY
@@ -1,3 +1,6 @@
+2008-04-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: fixed compilation with gcc 4.3
+
2008-03-22 Alexander Tsamutali <astsmtl AT gmail.com>
* DEPENDS: Now depends on boost

@@ -94,4 +97,3 @@

2003-12-07 Luca Roccia <little_rock AT users.sourceforge.net>
* HISTORY: Spell init
-
diff --git a/graphics/inkscape/PRE_BUILD b/graphics/inkscape/PRE_BUILD
new file mode 100755
index 0000000..8c9201b
--- /dev/null
+++ b/graphics/inkscape/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+patch -p0 < $SPELL_DIRECTORY/gcc43.patch
diff --git a/graphics/inkscape/gcc43.patch b/graphics/inkscape/gcc43.patch
new file mode 100644
index 0000000..0d3e6f2
--- /dev/null
+++ b/graphics/inkscape/gcc43.patch
@@ -0,0 +1,10 @@
+--- src/dom/dom.h.orig
++++ src/dom/dom.h
+@@ -30,6 +30,7 @@
+ */
+
+ #include <vector>
++#include <cstring>
+
+ //# include this before the #ifdefs below
+ #include "domconfig.h"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0edda3cd1c602df619f879b5c18b99ae605cd148), Vlad Glagolev, 04/28/2008

Archive powered by MHonArc 2.6.24.

Top of Page