SOURCES: kdebindings-python.patch (NEW) - fix build with python 2....

arekm arekm at pld-linux.org
Tue Jan 9 20:03:51 CET 2007


Author: arekm                        Date: Tue Jan  9 19:03:50 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix build with python 2.5 on 64bit system

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

---- Diffs:

================================================================
Index: SOURCES/kdebindings-python.patch
diff -u /dev/null SOURCES/kdebindings-python.patch:1.1
--- /dev/null	Tue Jan  9 20:03:51 2007
+++ SOURCES/kdebindings-python.patch	Tue Jan  9 20:03:45 2007
@@ -0,0 +1,11 @@
+--- dcoppython/shell/marshaller.cpp.org	2007-01-09 20:00:03.064973250 +0100
++++ dcoppython/shell/marshaller.cpp	2007-01-09 20:00:39.467248250 +0100
+@@ -124,7 +124,7 @@
+     if (!PyDict_Check(obj)) return false;
+ 
+ 
+-    int c=0;
++    Py_ssize_t c=0;
+     PyObject *key, *val;
+     while (PyDict_Next(obj, &c, &key, &val)==1)
+       if (!key_type.isMarshallable(key) ||
================================================================


More information about the pld-cvs-commit mailing list