diff --git a/blender-2.48-python64.patch b/blender-2.48-python64.patch new file mode 100644 index 0000000..599e49a --- /dev/null +++ b/blender-2.48-python64.patch @@ -0,0 +1,15 @@ +Index: source/gameengine/Expressions/Value.cpp +=================================================================== +--- source/gameengine/Expressions/Value.cpp.orig 2010-04-18 12:28:37.000000000 +0200 ++++ source/gameengine/Expressions/Value.cpp 2010-10-28 14:56:24.000000000 +0200 +@@ -543,8 +543,8 @@ CValue* CValue::ConvertPythonToValue(PyO + CListValue* listval = new CListValue(); + bool error = false; + +- int i; +- int numitems = PyList_Size(pyobj); ++ Py_ssize_t i; ++ Py_ssize_t numitems = PyList_Size(pyobj); + for (i=0;i 1:2.49b-17 +- Add third-party patches + * Mon Jun 20 2011 Jochen Schmitt 1:2.49b-16 - Add patch for CVS-2009-3850 from gentoo (#533395)