Index: head/devel/kdbg/files/patch-kdbg_CMakeLists.txt =================================================================== --- head/devel/kdbg/files/patch-kdbg_CMakeLists.txt (nonexistent) +++ head/devel/kdbg/files/patch-kdbg_CMakeLists.txt (revision 402434) @@ -0,0 +1,23 @@ +Required for building with CMake 3.4.0. + +Submitted via email directly to the upstream author. + +commit 2624465f87d7782527ee82567fd3a4fdf4c54241 +Author: Raphael Kubo da Costa +Date: Thu Nov 26 11:58:11 2015 +0100 + + cmake: Explicitly include the CheckIncludeFiles module. + + This fixes the build with CMake 3.4.0: kdbg/CMakeLists.txt was previously + relying on the module being included indirectly. + +--- kdbg/CMakeLists.txt ++++ kdbg/CMakeLists.txt +@@ -4,6 +4,7 @@ add_subdirectory(typetables) + + include_directories(${KDE4_INCLUDES} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ) + include(CheckFunctionExists) ++include(CheckIncludeFiles) + + CHECK_INCLUDE_FILES(pty.h HAVE_PTY_H) + CHECK_INCLUDE_FILES(libutil.h HAVE_LIBUTIL_H) Property changes on: head/devel/kdbg/files/patch-kdbg_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