Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (5fff961f1c9f6635a075d475ff874d1833819e01)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (5fff961f1c9f6635a075d475ff874d1833819e01)
  • Date: Mon, 10 May 2010 09:57:52 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

x11/xplanet/HISTORY | 3 +++
x11/xplanet/PRE_BUILD | 3 +++
x11/xplanet/gcc-4.4.patch | 19 +++++++++++++++++++
3 files changed, 25 insertions(+)

New commits:
commit 5fff961f1c9f6635a075d475ff874d1833819e01
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

x11/xplanet: fixed build with gcc 4.4

diff --git a/x11/xplanet/HISTORY b/x11/xplanet/HISTORY
index 8d22986..45e2e66 100644
--- a/x11/xplanet/HISTORY
+++ b/x11/xplanet/HISTORY
@@ -1,3 +1,6 @@
+2010-05-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * PRE_BUILD, gcc-4.4.patch: fixed build with gcc 4.4
+
2009-05-16 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.2.1
* PRE_BUILD, gcc43.patch: removed
diff --git a/x11/xplanet/PRE_BUILD b/x11/xplanet/PRE_BUILD
new file mode 100755
index 0000000..8ee604d
--- /dev/null
+++ b/x11/xplanet/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p0 < ${SCRIPT_DIRECTORY}/gcc-4.4.patch
diff --git a/x11/xplanet/gcc-4.4.patch b/x11/xplanet/gcc-4.4.patch
new file mode 100644
index 0000000..85fd2dd
--- /dev/null
+++ b/x11/xplanet/gcc-4.4.patch
@@ -0,0 +1,19 @@
+--- ./src/Satellite.cpp.orig 2010-05-10 16:48:58.477891720 +0200
++++ ./src/Satellite.cpp 2010-05-10 16:50:14.099065314 +0200
+@@ -1,6 +1,7 @@
+ #include <clocale>
+ #include <cstring>
+ #include <iostream>
++#include <cstdio>
+ using namespace std;
+
+ #include <sys/time.h>
+--- ./src/Separation.cpp.orig 2010-05-10 16:51:19.090375809 +0200
++++ ./src/Separation.cpp 2010-05-10 16:51:42.029875358 +0200
+@@ -1,5 +1,6 @@
+ #include <cmath>
+ #include <iostream>
++#include <cstdio>
+
+ #include "Separation.h"
+ #include "View.h"



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (5fff961f1c9f6635a075d475ff874d1833819e01), Florian Franzmann, 05/10/2010

Archive powered by MHonArc 2.6.24.

Top of Page