summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch')
-rw-r--r--kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch4
1 files changed, 2 insertions, 2 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
index a29b13e589eb..ead9a88242b5 100644
--- 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
@@ -2,8 +2,8 @@ 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
+--- a/information/CMakeLists.txt
++++ b/information/CMakeLists.txt
@@ -3,8 +3,6 @@
find_package(KDE4 REQUIRED)
include_directories(${KDE4_INCLUDES} ${kolor_manager_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})