Index: head/x11/kgamma/files/patch-CMakeLists.txt =================================================================== --- head/x11/kgamma/files/patch-CMakeLists.txt (nonexistent) +++ head/x11/kgamma/files/patch-CMakeLists.txt (revision 402442) @@ -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) + Property changes on: head/x11/kgamma/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property