diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-01-28 15:21:20 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-01-28 15:21:20 +0000 |
commit | 6237b6c8f96f3468a946c851dd026a56b635222a (patch) | |
tree | 69d1abba79e9c9454296ce9b0402ef93886745da /kde-misc/kolor-manager/files | |
parent | Remove unused files. (diff) | |
download | gentoo-2-6237b6c8f96f3468a946c851dd026a56b635222a.tar.gz gentoo-2-6237b6c8f96f3468a946c851dd026a56b635222a.tar.bz2 gentoo-2-6237b6c8f96f3468a946c851dd026a56b635222a.zip |
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!)
Diffstat (limited to 'kde-misc/kolor-manager/files')
-rw-r--r-- | kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch b/kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch new file mode 100644 index 000000000000..a29b13e589eb --- /dev/null +++ b/kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch @@ -0,0 +1,15 @@ +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 + ) |