New commits:
commit d3e2c25f27bd997d557981dc0afce325185d88b4
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Fix blender to compile against python 2.5
diff --git a/graphics/blender/HISTORY b/graphics/blender/HISTORY
index 57805de..bce346e 100644
--- a/graphics/blender/HISTORY
+++ b/graphics/blender/HISTORY
@@ -1,3 +1,9 @@
+2007-01-16 Eric Sandall <eric AT sandall.us>
+ * PRE_BUILD: Finally figured out why blender wouldn't compile,
+ config/linux2-config.py hardcodes the python version as 2.4.
+ We now sedit that file to use $(installed_version python).
+ Bug #13418
+
2006-07-28 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: Updated to 2.42a
diff --git a/graphics/blender/PRE_BUILD b/graphics/blender/PRE_BUILD
new file mode 100755
index 0000000..e68e451
--- /dev/null
+++ b/graphics/blender/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+# Set Python version to the installed version, not hardcoded to 2.4
+# Bug #13418
+sedit "s:2.4:$(installed_version python):" \
+ $SOURCE_DIRECTORY/config/linux2-config.py
[SM-Commit] GIT changes to master grimoire by Eric Sandall (d3e2c25f27bd997d557981dc0afce325185d88b4),
Eric Sandall, 01/16/2007