From 2abcb72ccc90cb1361edf19273d4a1dae690cf4a Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 13 Oct 2019 17:55:28 +0200 Subject: Remove telepathy dependencies and stop building KDE Telepathy --- .../telepathy-qt5/patches/glibc-2.20.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 deps/telepathy/telepathy-qt5/patches/glibc-2.20.patch (limited to 'deps/telepathy/telepathy-qt5/patches/glibc-2.20.patch') diff --git a/deps/telepathy/telepathy-qt5/patches/glibc-2.20.patch b/deps/telepathy/telepathy-qt5/patches/glibc-2.20.patch deleted file mode 100644 index 0366b0f..0000000 --- a/deps/telepathy/telepathy-qt5/patches/glibc-2.20.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 2a460afdbd0cb39d8dcecaf6cea5ce9ce7d3216b Mon Sep 17 00:00:00 2001 -From: Niels Ole Salscheider -Date: Fri, 5 Jun 2015 12:47:13 +0200 -Subject: CMake: Fixed deprecated _BSD_SOURCE. - -Since glibc-2.20 _DEFAULT_SOURCE definition is also required. - -Reviewed-by: Alexandr Akulich - -diff --git a/cmake/modules/TelepathyDefaults.cmake b/cmake/modules/TelepathyDefaults.cmake -index d34b24d..dc98697 100644 ---- a/cmake/modules/TelepathyDefaults.cmake -+++ b/cmake/modules/TelepathyDefaults.cmake -@@ -108,7 +108,7 @@ if(CMAKE_COMPILER_IS_GNUCXX) - endif(${NOT_RELEASE} EQUAL 1) - - if(CMAKE_SYSTEM_NAME MATCHES Linux) -- add_definitions(-D_BSD_SOURCE) -+ add_definitions(-D_BSD_SOURCE -D_DEFAULT_SOURCE) - endif(CMAKE_SYSTEM_NAME MATCHES Linux) - - # Compiler coverage --- -cgit v0.10.2 - -- cgit v1.2.3