New commits:
commit 65d3e2b852ebdf3531e401fd35691c0e7b8ec057
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
eris: Upstream patch from Marc Riese <marc-riese AT gmx.de> to fix
compilation with GCC 4.3.0
commit 7405b50abb152dac412e078360be5a4a179656d4
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
cyphesis: Upstream patch from Marc Riese <marc-riese AT gmx.de> to fix
compilation with GCC 4.3.0 with some modifications (sent upstream)
commit e3b7049399780115aa56f4014432750c4c43e28b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
mercator: Upstream patch from Marc Riese <marc-riese AT gmx.de> to fix
compilation with GCC 4.3.0
commit bbe4bf048eda31151154b3a3dfc65e71ddf6b0c2
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
atlas-c++: Upstream patch from Marc Riese <marc-riese AT gmx.de> to fix
compilation with GCC 4.3.0
commit 5cc90750e969cb22fa044ec6f3b2f53e92dc317b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
varconf: Upstream patch from Marc Riese <marc-riese AT gmx.de>
to fix compilation with GCC 4.3.0
commit 641c5297ff42bfbdc07becd8a9fead2c02378f1a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
skstream: Fix compilation with gcc 4.3.0 (sent upstream)
diff --git a/games-engines/cyphesis/HISTORY b/games-engines/cyphesis/HISTORY
index d503c53..9454161 100644
--- a/games-engines/cyphesis/HISTORY
+++ b/games-engines/cyphesis/HISTORY
@@ -1,3 +1,9 @@
+2008-04-26 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Apply gcc43.patch
+ * gcc43.patch: Upstream patch from Marc Riese <marc-riese AT gmx.de>
+ to fix compilation with GCC 4.3.0 modified to apply cleanly
+ and also patch types.h. Sent changes upstream.
+
2008-01-06 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.5.15
Removed UPDATED
diff --git a/games-engines/cyphesis/PRE_BUILD
b/games-engines/cyphesis/PRE_BUILD
index d80a4a2..9082af8 100755
--- a/games-engines/cyphesis/PRE_BUILD
+++ b/games-engines/cyphesis/PRE_BUILD
@@ -1,6 +1,7 @@
-default_pre_build &&
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SCRIPT_DIRECTORY/gcc43.patch &&