Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152974382
D9253.id24219.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D9253.id24219.diff
View Options
Index: devel/py-pykde4/files/patch-sip_phonon_abstractvideodataoutput.sip
===================================================================
--- /dev/null
+++ devel/py-pykde4/files/patch-sip_phonon_abstractvideodataoutput.sip
@@ -0,0 +1,11 @@
+--- sip/phonon/abstractvideodataoutput.sip.orig 2014-08-14 20:17:11 UTC
++++ sip/phonon/abstractvideodataoutput.sip
+@@ -72,7 +72,7 @@ protected:
+ foreach (Phonon::Experimental::VideoFrame2::Format value, set)
+ {
+ PyObject *obj = PyInt_FromLong ((long) value);
+- if (obj == NULL || PyList_SET_ITEM (l, i, obj) < 0)
++ if (obj == NULL || PyList_SetItem (l, i, obj) < 0)
+ {
+ Py_DECREF(l);
+
Index: devel/py-pykde4/files/patch-sip_solid_powermanagement.sip
===================================================================
--- /dev/null
+++ devel/py-pykde4/files/patch-sip_solid_powermanagement.sip
@@ -0,0 +1,11 @@
+--- sip/solid/powermanagement.sip.orig 2014-08-14 20:17:11 UTC
++++ sip/solid/powermanagement.sip
+@@ -83,7 +83,7 @@ bool stopSuppressingS
+ #else
+ PyObject *obj = PyInt_FromLong ((long) value);
+ #endif
+- if (obj == NULL || PyList_SET_ITEM (l, i, obj) < 0)
++ if (obj == NULL || PyList_SetItem (l, i, obj) < 0)
+ {
+ Py_DECREF(l);
+
Index: devel/py-pykde4/files/patch-sip_solid_predicate.sip
===================================================================
--- /dev/null
+++ devel/py-pykde4/files/patch-sip_solid_predicate.sip
@@ -0,0 +1,11 @@
+--- sip/solid/predicate.sip.orig 2014-08-14 20:17:11 UTC
++++ sip/solid/predicate.sip
+@@ -112,7 +112,7 @@ Py_BEGIN_ALLOW_THREADS
+ #else
+ PyObject *obj = PyInt_FromLong ((long) value);
+ #endif
+- if (obj == NULL || PyList_SET_ITEM (l, i, obj) < 0)
++ if (obj == NULL || PyList_SetItem (l, i, obj) < 0)
+ {
+ Py_DECREF(l);
+
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 19, 10:33 AM (2 m, 55 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31762205
Default Alt Text
D9253.id24219.diff (1 KB)
Attached To
Mode
D9253: Fix py-pykde4 against newest clang
Attached
Detach File
Event Timeline
Log In to Comment