svn commit: r402444 - head/sysutils/kuser/files

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


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

Log:
  Add upstream patch to fix the build with the upcoming CMake 3.4.0.

Added:
  head/sysutils/kuser/files/
  head/sysutils/kuser/files/patch-git_0bf52af6a   (contents, props changed)

Added: head/sysutils/kuser/files/patch-git_0bf52af6a
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/kuser/files/patch-git_0bf52af6a	Thu Nov 26 12:43:26 2015	(r402444)
@@ -0,0 +1,16 @@
+commit 0bf52af6a61097f45f3f8a440e709376cc9d89b2
+Author: Michael Palimaka <kensington at gentoo.org>
+Date:   Sun Nov 15 04:32:18 2015 +1100
+
+    Fix build with cmake-3.4
+
+--- CMakeLists.txt
++++ CMakeLists.txt
+@@ -16,6 +16,7 @@ include_directories (${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DI
+ find_package(KdepimLibs REQUIRED)
+ 
+ include(CheckFunctionExists)
++include(CheckIncludeFiles)
+ include(CheckLibraryExists)
+ 
+ include(TestBigEndian)


More information about the svn-ports-all mailing list