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

Florian Franzmann scm at sourcemage.org
Mon May 10 10:57:52 EDT 2010


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"



More information about the SM-Commit mailing list