From e59fc587d3d05a848bb1886b566e8eb67415c24b Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Thu, 26 Nov 2015 12:29:22 +0000 Subject: Add patch for the port to build with CMake 3.4.0. --- x11/kgamma/files/patch-CMakeLists.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 x11/kgamma/files/patch-CMakeLists.txt diff --git a/x11/kgamma/files/patch-CMakeLists.txt b/x11/kgamma/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..c8c15a5c03a0 --- /dev/null +++ b/x11/kgamma/files/patch-CMakeLists.txt @@ -0,0 +1,15 @@ +Make the port build with CMake 3.4.0. + +Stop relying on an implicit inclusion of the CheckIncludesFile module. +Not upstreamable, the latest upstream version does not use that module +anymore. +--- CMakeLists.txt ++++ CMakeLists.txt +@@ -3,6 +3,7 @@ project(kgamma) + find_package(KDE4 REQUIRED) + include(KDE4Defaults) + include(MacroLibrary) ++include(CheckIncludeFiles) + + find_package(X11 REQUIRED) + -- cgit v1.2.3