Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Nov 2015 12:29:22 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402442 - head/x11/kgamma/files
Message-ID:  <201511261229.tAQCTM1A001250@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511261229.tAQCTM1A001250>