Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (51a337d2e501a7f816156cec3e863a90d43354ea)
  • Date: Thu, 17 Apr 2008 04:45:33 -0500

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;



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (51a337d2e501a7f816156cec3e863a90d43354ea), Vlad Glagolev, 04/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page