summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-07-08 22:57:48 +0200
committerJohannes Huber <johu@gentoo.org>2016-07-08 23:02:18 +0200
commit8f60f1900f3a6d60de843e53196d355816d5649a (patch)
tree32a46e626416658d087c97e1764d2f25b58a68b3 /kde-apps/kmail/files
parentnet-misc/networkmanager: fix build when USE="consolekit -systemd" (bug #588278) (diff)
downloadgentoo-8f60f1900f3a6d60de843e53196d355816d5649a.tar.gz
gentoo-8f60f1900f3a6d60de843e53196d355816d5649a.tar.bz2
gentoo-8f60f1900f3a6d60de843e53196d355816d5649a.zip
kde-apps: Remove KDE PIM 4.14.10
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-apps/kmail/files')
-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 ###############
-
-