diff options
Diffstat (limited to 'kde-base/kmail/files/kmail-4.4.9-nodbus.patch')
-rw-r--r-- | kde-base/kmail/files/kmail-4.4.9-nodbus.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kde-base/kmail/files/kmail-4.4.9-nodbus.patch b/kde-base/kmail/files/kmail-4.4.9-nodbus.patch new file mode 100644 index 000000000000..f546162c5a4d --- /dev/null +++ b/kde-base/kmail/files/kmail-4.4.9-nodbus.patch @@ -0,0 +1,11 @@ +diff -ruN kmail-4.4.9.orig/messagecore/tests/CMakeLists.txt kmail-4.4.9/messagecore/tests/CMakeLists.txt +--- kmail-4.4.9.orig/messagecore/tests/CMakeLists.txt 2010-12-22 18:52:15.000000000 +0100 ++++ kmail-4.4.9/messagecore/tests/CMakeLists.txt 2011-01-23 23:22:36.000000000 +0100 +@@ -13,6 +13,6 @@ + # Attachment tests. + add_messagecore_test( attachmentcompressjobtest.cpp ) + add_messagecore_test( attachmentfrommimecontentjobtest.cpp ) +-add_messagecore_test( attachmentfromurljobtest.cpp ) ++# add_messagecore_test( attachmentfromurljobtest.cpp ) + add_messagecore_test( attachmentparttest.cpp ) + add_messagecore_test( attachmentpropertiesdialogtest.cpp ) |