From 30d7fc94d230459f9fd573f5f260f795ab151539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Thu, 23 Apr 2015 20:57:21 +0200 Subject: RPM packaging: update ktorrent, kuickshow, kvirc, kvkbd, kvpnc --- redhat/applications/ktorrent/ktorrent-14.0.0.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 redhat/applications/ktorrent/ktorrent-14.0.0.patch (limited to 'redhat/applications/ktorrent/ktorrent-14.0.0.patch') diff --git a/redhat/applications/ktorrent/ktorrent-14.0.0.patch b/redhat/applications/ktorrent/ktorrent-14.0.0.patch new file mode 100644 index 000000000..10a3e77c3 --- /dev/null +++ b/redhat/applications/ktorrent/ktorrent-14.0.0.patch @@ -0,0 +1,13 @@ +diff --git a/plugins/upnp/upnpmcastsocket.cpp b/plugins/upnp/upnpmcastsocket.cpp +index 3b8be45..0172ed2 100644 +--- a/plugins/upnp/upnpmcastsocket.cpp ++++ b/plugins/upnp/upnpmcastsocket.cpp +@@ -21,7 +21,7 @@ + #include + extern "C" { + #include +- inline ssize_t mycread (int __fd, void *__buf, size_t __nbytes) { read(__fd, __buf, __nbytes); } ++ inline ssize_t mycread (int __fd, void *__buf, size_t __nbytes) { return read(__fd, __buf, __nbytes); } + }; + #include + #include -- cgit v1.2.1