New commits:
commit 5a77c3210ac0a76006976979eb31bb682c7965fd
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
blender: Fix compilation issues with GCC 4.3.0 (sent upstream)
diff --git a/graphics/blender/HISTORY b/graphics/blender/HISTORY
index 193af03..27747f5 100644
--- a/graphics/blender/HISTORY
+++ b/graphics/blender/HISTORY
@@ -1,3 +1,9 @@
+2008-04-19 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Apply gcc43.patch
+ * gcc43.patch: Fix compilation issues with GCC 4.3.0
+ Submitted upstream at
+ http://projects.blender.org/tracker/index.php?func=detail&aid=9482
+
2007-12-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: cleaned up, PATCHLEVEL++
* BUILD, CONFIGURE, DEPENDS: cleaned up, added ode as opt dep,
@@ -221,3 +227,4 @@
2002-10-18 Arwed v. Merkatz <v.merkatz AT gmx.net>
* Created this spell
+
diff --git a/graphics/blender/PRE_BUILD b/graphics/blender/PRE_BUILD
index fbb00ef..3f36351 100755
--- a/graphics/blender/PRE_BUILD
+++ b/graphics/blender/PRE_BUILD
@@ -1,10 +1,11 @@
default_pre_build &&
# Set Python version to the installed version, not hardcoded to 2.4
# Bug #13418
-sedit "s:2.4:$(installed_version python):" \
+sedit "s:2.4:$(installed_version python):" \
$SOURCE_DIRECTORY/config/linux2-config.py &&