kensington 15/01/28 15:21:20 Added: kolor-manager-1.0.2-cmake-3.patch Log: Fix configure with >=dev-util/cmake-3 wrt bug #537138. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.1 kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch?rev=1.1&content-type=text/plain Index: kolor-manager-1.0.2-cmake-3.patch =================================================================== INCLUDE is for loading CMake code, and this fails with a fatal error in CMake 3 as 'settings' is a directory Gentoo bug #537138 --- information/CMakeLists.txt +++ information/CMakeLists.txt @@ -3,8 +3,6 @@ find_package(KDE4 REQUIRED) include_directories(${KDE4_INCLUDES} ${kolor_manager_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) -INCLUDE( "../settings") - set(kminfo_PART_SRCS kminfo.cpp )
