]> git.pld-linux.org Git - packages/blender.git/commitdiff
- fix python version for TH - fast dirty fix.
authorcieciwa <cieciwa@pld-linux.org>
Wed, 13 Sep 2006 09:47:01 +0000 (09:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blender-python-fix.patch -> 1.1

blender-python-fix.patch [new file with mode: 0644]

diff --git a/blender-python-fix.patch b/blender-python-fix.patch
new file mode 100644 (file)
index 0000000..abdac58
--- /dev/null
@@ -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'
This page took 0.185351 seconds and 4 git commands to generate.