ports/sysutils/kuser-kde4/files/patch-git_0bf52af6a
Tobias C. Berner a4a7daf069 Give the KDE SC4 applications ports a -kde4 suffix
In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.

PR:		225992
Exp-run by:	antoine
Reviewed by:	rakuco, adridg
Differential Revision:	https://reviews.freebsd.org/D14413
2018-02-22 19:03:17 +00:00

16 lines
454 B
Text

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)