Skip to Content.
Sympa Menu

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

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 (2cacb3554aa1f806faf59007afce78dd4137aab0)
  • Date: Sat, 22 Mar 2008 03:31:19 -0500

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

doc/openjade/PRE_BUILD | 3 +++
doc/openjade/gcc43.patch | 11 +++++++++++
2 files changed, 14 insertions(+)

New commits:
commit 2cacb3554aa1f806faf59007afce78dd4137aab0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

openjade: Add patch to compile with gcc 4.3.0

diff --git a/doc/openjade/PRE_BUILD b/doc/openjade/PRE_BUILD
new file mode 100755
index 0000000..4ba8b92
--- /dev/null
+++ b/doc/openjade/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+patch $SOURCE_DIRECTORY/style/MultiLineInlineNote.cxx \
+ $SCRIPT_DIRECTORY/gcc43.patch
diff --git a/doc/openjade/gcc43.patch b/doc/openjade/gcc43.patch
new file mode 100644
index 0000000..e4442f0
--- /dev/null
+++ b/doc/openjade/gcc43.patch
@@ -0,0 +1,11 @@
+diff -Naur openjade-1.3.3-pre1.patch/style/MultiLineInlineNote.cxx
openjade-1.3.3-pre1/style/MultiLineInlineNote.cxx
+--- openjade-1.3.3-pre1.patch/style/MultiLineInlineNote.cxx 2008-03-22
01:23:23.555052185 -0700
++++ openjade-1.3.3-pre1/style/MultiLineInlineNote.cxx 2008-03-22
01:23:47.845025472 -0700
+@@ -1,6 +1,6 @@
+
+ #include "MultiLineInlineNote.h"
+-#include <iostream.h>
++#include <iostream>
+
+ #ifdef DSSSL_NAMESPACE
+ namespace DSSSL_NAMESPACE {



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (2cacb3554aa1f806faf59007afce78dd4137aab0), Eric Sandall, 03/22/2008

Archive powered by MHonArc 2.6.24.

Top of Page