diff options
Diffstat (limited to 'kde-misc/colord-kde/files')
-rw-r--r-- | kde-misc/colord-kde/files/colord-kde-0.3.0-cmake34.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/kde-misc/colord-kde/files/colord-kde-0.3.0-cmake34.patch b/kde-misc/colord-kde/files/colord-kde-0.3.0-cmake34.patch deleted file mode 100644 index 671482dc191a..000000000000 --- a/kde-misc/colord-kde/files/colord-kde-0.3.0-cmake34.patch +++ /dev/null @@ -1,11 +0,0 @@ -Fix build with >cmake-3.4 - -Gentoo-bug: 569602 - ---- a/ConfigureChecks.cmake -+++ b/ConfigureChecks.cmake -@@ -1,3 +1,4 @@ -+include(CheckIncludeFiles) - include(CheckTypeSize) - include(FindPkgConfig) - |