summaryrefslogtreecommitdiff
path: root/kde-base/kontact/files/4.5-fix-broken-gpgme-cmake-guard.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kontact/files/4.5-fix-broken-gpgme-cmake-guard.patch')
-rw-r--r--kde-base/kontact/files/4.5-fix-broken-gpgme-cmake-guard.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/kde-base/kontact/files/4.5-fix-broken-gpgme-cmake-guard.patch b/kde-base/kontact/files/4.5-fix-broken-gpgme-cmake-guard.patch
deleted file mode 100644
index cde2f342a87..00000000000
--- a/kde-base/kontact/files/4.5-fix-broken-gpgme-cmake-guard.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- kontact/plugins/CMakeLists.txt.orig 2010-01-23 22:39:56.000000000 +0100
-+++ kontact/plugins/CMakeLists.txt 2010-01-23 22:40:11.000000000 +0100
-@@ -1,18 +1,16 @@
- remove_definitions(-DKDE_DEFAULT_DEBUG_AREA=5600) #remove kontact debug area
- add_definitions(-DKDE_DEFAULT_DEBUG_AREA=5602)
-
--if(QGPGME_FOUND)
-- if(BUILD_kmail)
-- add_subdirectory( kmail )
-- endif(BUILD_kmail)
-- if (BUILD_kmail AND BUILD_korganizer)
-- add_subdirectory( korganizer )
-- endif (BUILD_kmail AND BUILD_korganizer)
-- add_subdirectory( summary )
-- add_subdirectory( specialdates )
-+if(BUILD_kmail)
-+ add_subdirectory( kmail )
-+endif(BUILD_kmail)
-+if (BUILD_kmail AND BUILD_korganizer)
-+ add_subdirectory( korganizer )
-+endif (BUILD_kmail AND BUILD_korganizer)
-+add_subdirectory( summary )
-+add_subdirectory( specialdates )
- #re-enable planner for 4.2 if we have people who want to develop it
- # add_subdirectory( planner )
--endif(QGPGME_FOUND)
- if (BUILD_knotes)
- add_subdirectory( knotes )
- endif (BUILD_knotes)