diff options
| author | Alexey 'alexxy' Shvetsov <alexxy@gentoo.ru> | 2008-12-20 22:44:35 +0300 |
|---|---|---|
| committer | Alexey 'alexxy' Shvetsov <alexxy@gentoo.ru> | 2008-12-20 22:45:20 +0300 |
| commit | b21bde2ac0b9cb0b13699349fde52314841ce1a6 (patch) | |
| tree | cb1fac1f5fb061eb9040f8ddfa0755098a998786 /kde-base/kdelibs/files/install-correct-cmake-config.patch | |
| parent | b0ee43f88f4f0e1811cfb626fd64b7e157ba457c (diff) | |
| download | kde-b21bde2ac0b9cb0b13699349fde52314841ce1a6.tar.gz kde-b21bde2ac0b9cb0b13699349fde52314841ce1a6.tar.bz2 kde-b21bde2ac0b9cb0b13699349fde52314841ce1a6.zip | |
importing kde 4.1.85 from kde-crazy
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. |
