mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
15 lines
395 B
Text
15 lines
395 B
Text
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)
|
|
|