Date: Thu, 26 Nov 2015 12:43:26 +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: r402444 - head/sysutils/kuser/files Message-ID: <201511261243.tAQChQQo007002@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511261243.tAQChQQo007002>