Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (1c6e8600a52ff7f13da76fa1c7504792009c7a3a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (1c6e8600a52ff7f13da76fa1c7504792009c7a3a)
  • Date: Sat, 19 Apr 2008 21:00:33 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

doc/wv2/HISTORY | 5 +++++
doc/wv2/PRE_BUILD | 3 +++
doc/wv2/gcc43.patch | 11 +++++++++++
3 files changed, 19 insertions(+)

New commits:
commit 1c6e8600a52ff7f13da76fa1c7504792009c7a3a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wv2: Fix compilation with gcc 4.3.0 (filed upstream)

diff --git a/doc/wv2/HISTORY b/doc/wv2/HISTORY
index cb0d47b..5ee7100 100644
--- a/doc/wv2/HISTORY
+++ b/doc/wv2/HISTORY
@@ -1,3 +1,8 @@
+2008-04-19 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Apply gcc43.patch
+ * gcc43.patch: Fix compilation with gcc 4.3.0
+ Filed upstream at
http://sourceforge.net/tracker/index.php?func=detail&aid=1946969&group_id=10501&atid=110501
+
2006-06-17 Treeve Jelbert <treeve AT oi.be>
* DETAILS: version 0.2.3

diff --git a/doc/wv2/PRE_BUILD b/doc/wv2/PRE_BUILD
new file mode 100755
index 0000000..34cce88
--- /dev/null
+++ b/doc/wv2/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SCRIPT_DIRECTORY/gcc43.patch
diff --git a/doc/wv2/gcc43.patch b/doc/wv2/gcc43.patch
new file mode 100644
index 0000000..2d4401a
--- /dev/null
+++ b/doc/wv2/gcc43.patch
@@ -0,0 +1,11 @@
+diff -Naur wv2-0.2.3.orig/src/styles.cpp wv2-0.2.3/src/styles.cpp
+--- wv2-0.2.3.orig/src/styles.cpp 2008-04-19 18:54:00.224317263 -0700
++++ wv2-0.2.3/src/styles.cpp 2008-04-19 18:54:15.882067270 -0700
+@@ -24,6 +24,7 @@
+
+ #include "wvlog.h"
+ #include <algorithm>
++#include <cstring>
+
+ namespace wvWare
+ {



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (1c6e8600a52ff7f13da76fa1c7504792009c7a3a), Eric Sandall, 04/19/2008

Archive powered by MHonArc 2.6.24.

Top of Page