diff options
Diffstat (limited to 'libre/kopete')
-rw-r--r-- | libre/kopete/kopete-glibc-2.28.patch | 12 | ||||
-rw-r--r-- | libre/kopete/kopete-pthread-link.patch | 12 |
2 files changed, 0 insertions, 24 deletions
diff --git a/libre/kopete/kopete-glibc-2.28.patch b/libre/kopete/kopete-glibc-2.28.patch deleted file mode 100644 index f676533e7..000000000 --- a/libre/kopete/kopete-glibc-2.28.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/protocols/jabber/libjingle/talk/session/phone/v4llookup.cc b/protocols/jabber/libjingle/talk/session/phone/v4llookup.cc -index 0057946cc..d5559fa63 100644 ---- a/protocols/jabber/libjingle/talk/session/phone/v4llookup.cc -+++ b/protocols/jabber/libjingle/talk/session/phone/v4llookup.cc -@@ -15,6 +15,7 @@ - #include <sys/ioctl.h> - #include <sys/types.h> - #include <sys/stat.h> -+#include <sys/sysmacros.h> - #include <unistd.h> - - #include <cstring> diff --git a/libre/kopete/kopete-pthread-link.patch b/libre/kopete/kopete-pthread-link.patch deleted file mode 100644 index d917fe65e..000000000 --- a/libre/kopete/kopete-pthread-link.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/protocols/jabber/libjingle/CMakeLists.txt b/protocols/jabber/libjingle/CMakeLists.txt -index 7ea8c3eb6..4b73085b8 100644 ---- a/protocols/jabber/libjingle/CMakeLists.txt -+++ b/protocols/jabber/libjingle/CMakeLists.txt -@@ -288,6 +288,7 @@ set ( call_LIBS - ${MEDIASTREAMER_LIBRARIES} - ${LIBORTP_LIBRARY} - ${CMAKE_DL_LIBS} -+ pthread - ) - - if ( NOT WIN32 ) |