freebsd-ports/net-im/ktp-common-internals/files/patch-CMakeLists.txt
Alberto Villa e1a902c8f1 - Add ports for KDE Telepathy modules.
None of these ports is supposed to be installed by hand. A metaport is
coming in my next commit.
2013-05-02 21:42:57 +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"