svn commit: r402442 - head/x11/kgamma/files

Raphael Kubo da Costa rakuco at FreeBSD.org
Thu Nov 26 12:29:24 UTC 2015


Author: rakuco
Date: Thu Nov 26 12:29:22 2015
New Revision: 402442
URL: https://svnweb.freebsd.org/changeset/ports/402442

Log:
  Add patch for the port to build with CMake 3.4.0.

Added:
  head/x11/kgamma/files/
  head/x11/kgamma/files/patch-CMakeLists.txt   (contents, props changed)

Added: head/x11/kgamma/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/kgamma/files/patch-CMakeLists.txt	Thu Nov 26 12:29:22 2015	(r402442)
@@ -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)
+ 


More information about the svn-ports-all mailing list