mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
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
16 lines
454 B
Text
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)
|