Skip to Content.
Sympa Menu

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

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 (8247f7c9da963414869f868084be70ee7d6fa5db)
  • Date: Mon, 14 Apr 2008 09:35:14 -0500

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

editors/translator/HISTORY | 3 +++
editors/translator/PRE_BUILD | 4 ++++
editors/translator/gcc43.patch | 10 ++++++++++
3 files changed, 17 insertions(+)

New commits:
commit 8247f7c9da963414869f868084be70ee7d6fa5db
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

translator: fixed the compilation with gcc 4.3

diff --git a/editors/translator/HISTORY b/editors/translator/HISTORY
index 08e550c..da5e1ad 100644
--- a/editors/translator/HISTORY
+++ b/editors/translator/HISTORY
@@ -1,2 +1,5 @@
+2008-04-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: added gcc 4.3 patch
+
2008-01-18 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD, DEPENDS, DETAILS: spell created
diff --git a/editors/translator/PRE_BUILD b/editors/translator/PRE_BUILD
new file mode 100755
index 0000000..8c9201b
--- /dev/null
+++ b/editors/translator/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+patch -p0 < $SPELL_DIRECTORY/gcc43.patch
diff --git a/editors/translator/gcc43.patch b/editors/translator/gcc43.patch
new file mode 100644
index 0000000..10da5ad
--- /dev/null
+++ b/editors/translator/gcc43.patch
@@ -0,0 +1,10 @@
+--- Statistics.h.orig 2007-09-25 05:07:28.000000000 +0400
++++ Statistics.h 2008-04-14 18:26:41.883689005 +0400
+@@ -2,6 +2,7 @@
+ #define STATISTICS_H
+
+ #include <glibmm.h>
++#include <cstring>
+
+ class Statistics {
+ public:



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8247f7c9da963414869f868084be70ee7d6fa5db), Vlad Glagolev, 04/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page