SOURCES: blender-python-fix.patch (NEW) - fix python version for T...

cieciwa cieciwa at pld-linux.org
Wed Sep 13 11:47:06 CEST 2006


Author: cieciwa                      Date: Wed Sep 13 09:47:06 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix python version for TH - fast dirty fix.

---- Files affected:
SOURCES:
   blender-python-fix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/blender-python-fix.patch
diff -u /dev/null SOURCES/blender-python-fix.patch:1.1
--- /dev/null	Wed Sep 13 11:47:06 2006
+++ SOURCES/blender-python-fix.patch	Wed Sep 13 11:47:01 2006
@@ -0,0 +1,10 @@
+--- blender2.42/config/linux2-config.py.org	2006-09-13 11:44:30.000000000 +0000
++++ blender2.42/config/linux2-config.py	2006-09-13 10:37:17.000000000 +0000
+@@ -1,6 +1,6 @@
+ LCGDIR = '../lib/linux2'
+ BF_PYTHON = '/usr'
+-BF_PYTHON_VERSION = '2.4'
++BF_PYTHON_VERSION = '2.5'
+ BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'
+ BF_PYTHON_BINARY = '${BF_PYTHON}/bin/python${BF_PYTHON_VERSION}'
+ BF_PYTHON_LIB = 'python${BF_PYTHON_VERSION}' #BF_PYTHON+'/lib/python'+BF_PYTHON_VERSION+'/config/libpython'+BF_PYTHON_VERSION+'.a'
================================================================


More information about the pld-cvs-commit mailing list