Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robert Figura (5332576c429143166afaa72e92dbbac01e92d88e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robert Figura <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robert Figura (5332576c429143166afaa72e92dbbac01e92d88e)
  • Date: Mon, 10 Nov 2008 14:06:31 -0600

GIT changes to master grimoire by Robert Figura <template AT sourcemage.org>:

doc/aiksaurus/HISTORY | 3 +++
doc/aiksaurus/PRE_BUILD | 4 ++++
doc/aiksaurus/gcc43.patch | 30 ++++++++++++++++++++++++++++++
3 files changed, 37 insertions(+)

New commits:
commit 5332576c429143166afaa72e92dbbac01e92d88e
Author: Robert Figura <template AT sourcemage.org>
Commit: Robert Figura <template AT sourcemage.org>

doc/aiksaurus: PRE_BUILD: added patch for gcc 4.3

diff --git a/doc/aiksaurus/HISTORY b/doc/aiksaurus/HISTORY
index 5c44bca..fdfee28 100644
--- a/doc/aiksaurus/HISTORY
+++ b/doc/aiksaurus/HISTORY
@@ -1,3 +1,6 @@
+2008-11-10 Robert Figura <template AT sourcemage.org>
+ * PRE_BUILD: added patch for gcc 4.3
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/doc/aiksaurus/PRE_BUILD b/doc/aiksaurus/PRE_BUILD
new file mode 100755
index 0000000..8c9201b
--- /dev/null
+++ b/doc/aiksaurus/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+patch -p0 < $SPELL_DIRECTORY/gcc43.patch
diff --git a/doc/aiksaurus/gcc43.patch b/doc/aiksaurus/gcc43.patch
new file mode 100644
index 0000000..ef56bd5
--- /dev/null
+++ b/doc/aiksaurus/gcc43.patch
@@ -0,0 +1,30 @@
+--- base/aiksaurus.t.cpp~ 2003-06-27 03:44:38.000000000 +0200
++++ base/aiksaurus.t.cpp 2008-11-10 20:48:31.000000000 +0100
+@@ -24,6 +24,7 @@
+ #include "config.h"
+ #include <iostream>
+ #include <string>
++#include <cstdlib>
+ using namespace std;
+ using AiksaurusImpl::AsciiCompare;
+
+--- gtk/src/Display.cpp~ 2003-05-28 01:56:54.000000000 +0200
++++ gtk/src/Display.cpp 2008-11-10 20:54:16.000000000 +0100
+@@ -22,6 +22,7 @@
+ #include "Meaning.h"
+ #include "DialogMediator.h"
+ #include "Exception.h"
++#include <cstring>
+ using namespace std;
+
+ namespace AiksaurusGTK_impl
+--- gtk/src/gtkAiksaur.t.cpp~ 2002-01-12 03:02:12.000000000 +0100
++++ gtk/src/gtkAiksaur.t.cpp 2008-11-10 20:54:40.000000000 +0100
+@@ -23,6 +23,7 @@
+ #include <gtk/gtk.h>
+ #include <iostream>
+ #include <string>
++#include <cstdlib>
+ using namespace std;
+
+ int main(int argc, char** argv)



  • [SM-Commit] GIT changes to master grimoire by Robert Figura (5332576c429143166afaa72e92dbbac01e92d88e), Robert Figura, 11/10/2008

Archive powered by MHonArc 2.6.24.

Top of Page