summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/kmail/files/kdepim-4.14.10-fix-cmake-3.4.patch')
-rw-r--r--kde-apps/kmail/files/kdepim-4.14.10-fix-cmake-3.4.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/kde-apps/kmail/files/kdepim-4.14.10-fix-cmake-3.4.patch b/kde-apps/kmail/files/kdepim-4.14.10-fix-cmake-3.4.patch
deleted file mode 100644
index 4039cbfcecc4..000000000000
--- a/kde-apps/kmail/files/kdepim-4.14.10-fix-cmake-3.4.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date: Sun, 13 Dec 2015 09:20:24 +0000
-Subject: Fix configure with >=cmake-3.4
-X-Git-Url: http://quickgit.kde.org/?p=kdepim.git&a=commitdiff&h=91275a772e51a4031b8f34bc83652b5e60478624
----
-Fix configure with >=cmake-3.4
-
-REVIEW: 126334
----
-
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -3,6 +3,8 @@
-
- # where to look first for cmake modules. This line must be the first one or cmake will use the system's FindFoo.cmake
- set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules")
-+
-+include(CheckIncludeFiles)
-
- ############### Build Options ###############
-
-