mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add patch for the port to build with CMake 3.4.0.
This commit is contained in:
parent
4f627cfd2d
commit
e59fc587d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402442
1 changed files with 15 additions and 0 deletions
15
x11/kgamma/files/patch-CMakeLists.txt
Normal file
15
x11/kgamma/files/patch-CMakeLists.txt
Normal file
|
@ -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)
|
||||
|
Loading…
Add table
Reference in a new issue