diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:17:26 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:17:26 +0000 |
commit | 47bc4579fab5ba4a5bcd61fb146efd6825ca77c7 (patch) | |
tree | 0429aed14869f3ebdf452da2a65268f1ae26fcc4 /kde-base/kdepim-wizards/files | |
parent | [kde-base/ktron] Version bump to KDE SC 4.4.0 (diff) | |
download | historical-47bc4579fab5ba4a5bcd61fb146efd6825ca77c7.tar.gz historical-47bc4579fab5ba4a5bcd61fb146efd6825ca77c7.tar.bz2 historical-47bc4579fab5ba4a5bcd61fb146efd6825ca77c7.zip |
[kde-base/kdepim-wizards] Version bump to KDE SC 4.4.0
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/kdepim-wizards/files')
-rw-r--r-- | kde-base/kdepim-wizards/files/fix-broken-gpgme-cmake-guard.diff | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-base/kdepim-wizards/files/fix-broken-gpgme-cmake-guard.diff b/kde-base/kdepim-wizards/files/fix-broken-gpgme-cmake-guard.diff new file mode 100644 index 000000000000..084113a5b2d7 --- /dev/null +++ b/kde-base/kdepim-wizards/files/fix-broken-gpgme-cmake-guard.diff @@ -0,0 +1,21 @@ +Index: CMakeLists.txt +=================================================================== +--- CMakeLists.txt (revision 1073383) ++++ CMakeLists.txt (working copy) +@@ -185,7 +185,6 @@ + add_subdirectory(messagecore) + add_subdirectory(messagelist) + +- if(QGPGME_FOUND) + if (Boost_TOPOLOGICAL_SORT_DIR) + macro_optional_add_subdirectory(kleopatra) + endif(Boost_TOPOLOGICAL_SORT_DIR) +@@ -211,7 +210,6 @@ + include( SopranoAddOntology ) + add_subdirectory( ontologies ) + add_subdirectory( nepomuk_email_feeder ) +- endif(QGPGME_FOUND) + + if(KDEPIM_BUILD_EVERYTHING) + macro_optional_add_subdirectory(knode) +
\ No newline at end of file |