[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (51a337d2e501a7f816156cec3e863a90d43354ea)

Vlad Glagolev scm at sourcemage.org
Thu Apr 17 05:45:33 EDT 2008


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

 windowmanagers/fluxbox/HISTORY     |    4 +++-
 windowmanagers/fluxbox/gcc43.patch |   10 ++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit 51a337d2e501a7f816156cec3e863a90d43354ea
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    fluxbox: fixed compilation with gcc 4.3

diff --git a/windowmanagers/fluxbox/HISTORY b/windowmanagers/fluxbox/HISTORY
index facfdc3..741ac13 100644
--- a/windowmanagers/fluxbox/HISTORY
+++ b/windowmanagers/fluxbox/HISTORY
@@ -1,3 +1,6 @@
+2008-04-17 Vlad Glagolev <stealth at sourcemage.org>
+	* PRE_BUILD: added gcc 4.3 patch
+
 2008-04-10 Arjan Bouter <abouter at sourcemage.org>
 	* DETAILS, DEPENDS, PREPARE: dev version moved from svn to git
 	* DOWNLOAD: removed, no longer needed
@@ -197,4 +200,3 @@
 
 2002-08-19 Laurent Wandrebeck <wandre.l at free.fr>
 	* HISTORY: Added missing HISTORY file.
-
diff --git a/windowmanagers/fluxbox/gcc43.patch b/windowmanagers/fluxbox/gcc43.patch
new file mode 100644
index 0000000..1acb68e
--- /dev/null
+++ b/windowmanagers/fluxbox/gcc43.patch
@@ -0,0 +1,10 @@
+--- src/main.cc.orig	2007-08-11 22:22:20.000000000 +0400
++++ src/main.cc		2008-04-17 13:31:33.656147310 +0400
+@@ -49,6 +49,7 @@
+ #include <fstream>
+ #include <stdexcept>
+ #include <typeinfo>
++#include <cstring>
+ 
+ using std::cout;
+ using std::cerr;



More information about the SM-Commit mailing list