diff options
Diffstat (limited to 'kde-base/kdelibs/files/install-correct-cmake-config.patch')
| -rw-r--r-- | kde-base/kdelibs/files/install-correct-cmake-config.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-base/kdelibs/files/install-correct-cmake-config.patch b/kde-base/kdelibs/files/install-correct-cmake-config.patch new file mode 100644 index 00000000000..04cf09aa84f --- /dev/null +++ b/kde-base/kdelibs/files/install-correct-cmake-config.patch @@ -0,0 +1,19 @@ +--- cmake/modules/FindKDE4Internal.cmake.orig 2008-11-05 22:40:44.000000000 +0100 ++++ cmake/modules/FindKDE4Internal.cmake 2008-11-05 22:41:01.000000000 +0100 +@@ -1030,7 +1030,6 @@ + + + if (CMAKE_COMPILER_IS_GNUCXX) +- set (CMAKE_CONFIGURATION_TYPES ${CMAKE_CONFIGURATION_TYPES} "Debugfull") + + set (KDE4_ENABLE_EXCEPTIONS -fexceptions) + # Select flags. +@@ -1138,7 +1138,6 @@ + + + if (CMAKE_C_COMPILER MATCHES "icc") + +- set (CMAKE_CONFIGURATION_TYPES ${CMAKE_CONFIGURATION_TYPES} "Debugfull") + + set (KDE4_ENABLE_EXCEPTIONS -fexceptions) + # Select flags. |
