diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-11-26 20:43:26 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-11-26 20:43:26 +0800 |
commit | e41378743c151c289e829c57e173d221a9e8bb6b (patch) | |
tree | d4fb4dcb1cbfc163b3eca3f33f917980503784ab /sysutils/kuser | |
parent | 9b409fad2ce14d6872cb1b1534b860bca4a55321 (diff) | |
download | freebsd-ports-gnome-e41378743c151c289e829c57e173d221a9e8bb6b.tar.gz freebsd-ports-gnome-e41378743c151c289e829c57e173d221a9e8bb6b.tar.zst freebsd-ports-gnome-e41378743c151c289e829c57e173d221a9e8bb6b.zip |
Add upstream patch to fix the build with the upcoming CMake 3.4.0.
Diffstat (limited to 'sysutils/kuser')
-rw-r--r-- | sysutils/kuser/files/patch-git_0bf52af6a | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/kuser/files/patch-git_0bf52af6a b/sysutils/kuser/files/patch-git_0bf52af6a new file mode 100644 index 000000000000..e1a51305989f --- /dev/null +++ b/sysutils/kuser/files/patch-git_0bf52af6a @@ -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) |