Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Jaka Kranjc (d8ba43d1dbe73b44b8e93efe6b964b96b1564f9b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Jaka Kranjc (d8ba43d1dbe73b44b8e93efe6b964b96b1564f9b)
  • Date: Fri, 13 Jun 2008 09:37:34 -0500

GIT changes to master games grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

games-puzzles/einstein/HISTORY | 3 +
games-puzzles/einstein/PRE_BUILD | 3 +
games-puzzles/einstein/gcc43.patch | 57
+++++++++++++++++++++++++++++++++++++
3 files changed, 62 insertions(+), 1 deletion(-)

New commits:
commit d8ba43d1dbe73b44b8e93efe6b964b96b1564f9b
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

einstein: added a patch for gcc 4.3 (first two chunks from deb) #14500

diff --git a/games-puzzles/einstein/HISTORY b/games-puzzles/einstein/HISTORY
index b26e460..d837902 100644
--- a/games-puzzles/einstein/HISTORY
+++ b/games-puzzles/einstein/HISTORY
@@ -1,2 +1,5 @@
+2008-06-13 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * gcc43.patch: added a patch for gcc 4.3 (first two chunks from deb)
#14500
+
2006-08-12 Pol Vinogradov <vin.public AT gmail.com>
* BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: created spell
diff --git a/games-puzzles/einstein/PRE_BUILD
b/games-puzzles/einstein/PRE_BUILD
index 718293c..add6191 100755
--- a/games-puzzles/einstein/PRE_BUILD
+++ b/games-puzzles/einstein/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd ${BUILD_DIRECTORY} &&
unpack_file 2 &&
-cd ${SOURCE_DIRECTORY}
+cd ${SOURCE_DIRECTORY} &&
+patch -p0 < $SPELL_DIRECTORY/gcc43.patch
diff --git a/games-puzzles/einstein/gcc43.patch
b/games-puzzles/einstein/gcc43.patch
new file mode 100644
index 0000000..8a9f6d1
--- /dev/null
+++ b/games-puzzles/einstein/gcc43.patch
@@ -0,0 +1,57 @@
+--- mkres/convert.h~ 2007-04-26 16:19:34.000000000 +0000
++++ mkres/convert.h 2007-04-26 16:19:42.000000000 +0000
+@@ -5,6 +5,7 @@
+ #include <iostream>
+ #include <sstream>
+ #include <string>
++#include <typeinfo>
+
+ #include "exceptions.h"
+ #include "unicode.h"
+--- convert.h~ 2007-04-26 16:20:45.000000000 +0000
++++ convert.h 2007-04-26 16:20:56.000000000 +0000
+@@ -5,6 +5,7 @@
+ #include <iostream>
+ #include <sstream>
+ #include <string>
++#include <typeinfo>
+
+ #include "exceptions.h"
+ #include "unicode.h"
+--- einstein-2.0.dfsg.2/unicode.cpp 2005-08-14 04:40:58.000000000 +0200
++++ mkres/unicode.cpp 2008-01-26 11:49:10.000000000 +0100
+@@ -1,5 +1,6 @@
+ #include <wchar.h>
+ #include <stdlib.h>
++#include <cstring>
+ #ifdef WIN32
+ #include <windows.h>
+ #endif
+--- einstein-2.0.dfsg.2/unicode.cpp 2005-08-14 04:40:58.000000000 +0200
++++ unicode.cpp 2008-01-26 11:49:10.000000000 +0100
+@@ -1,5 +1,6 @@
+ #include <wchar.h>
+ #include <stdlib.h>
++#include <cstring>
+ #ifdef WIN32
+ #include <windows.h>
+ #endif
+--- compressor.cpp.orig 2008-06-13 16:19:23.000000000 +0200
++++ mkres/compressor.cpp 2008-06-13 16:19:33.000000000 +0200
+@@ -2,7 +2,7 @@
+ #include <zlib.h>
+ #include "convert.h"
+ #include "exceptions.h"
+-
++#include <cstring>
+
+ ResourceCompressor::ResourceCompressor()
+ {
+--- main.cpp.o 2008-06-13 16:28:50.000000000 +0200
++++ mkres/main.cpp 2008-06-13 16:29:09.000000000 +0200
+@@ -1,3 +1,4 @@
++#include <cstring>
+ #include "compressor.h"
+ #include "exceptions.h"
+ #include "unicode.h"
+



  • [SM-Commit] GIT changes to master games grimoire by Jaka Kranjc (d8ba43d1dbe73b44b8e93efe6b964b96b1564f9b), Jaka Kranjc, 06/13/2008

Archive powered by MHonArc 2.6.24.

Top of Page