ports/net-im/ktp-common-internals-kde4/files/patch-CMakeLists.txt
Adriaan de Groot af49030503 Shuffle the KDE ktp-* and related ports into a -kde4 suffix.
This is consistent with r462619, which moved most (but not all,
hence this commit) of the KDE4-era ports out of the way for
newer generation KDE.

Approved by:	tcberner (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D14775
2018-03-23 09:50:04 +00:00

10 lines
327 B
Text

--- ./CMakeLists.txt.orig 2013-03-06 15:54:32.000000000 -0800
+++ ./CMakeLists.txt 2013-03-29 16:59:10.767664571 -0700
@@ -1,6 +1,7 @@
project(ktp-common-internals)
cmake_minimum_required (VERSION 2.6.3 FATAL_ERROR)
+cmake_policy(SET CMP0002 OLD)
set (CMAKE_MODULE_PATH
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules"