[kdepim] added patch to fix build error in newresultpage.cpp

thomasj thomasj at fedoraproject.org
Tue Aug 31 17:59:23 UTC 2010


commit ec57082905794498ec06d81775d7839b7aad763f
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Tue Aug 31 19:59:19 2010 +0200

    added patch to fix build error in newresultpage.cpp

 kdepim_4.4.93_newresultpage_mem_fn-fixbuild.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/kdepim_4.4.93_newresultpage_mem_fn-fixbuild.patch b/kdepim_4.4.93_newresultpage_mem_fn-fixbuild.patch
new file mode 100644
index 0000000..5fea997
--- /dev/null
+++ b/kdepim_4.4.93_newresultpage_mem_fn-fixbuild.patch
@@ -0,0 +1,11 @@
+--- kleopatra/crypto/gui/newresultpage.cpp	2009-07-17 23:45:43.000000000 +0200
++++ kleopatra/crypto/gui/newresultpage.cpp.old	2010-08-31 19:51:40.000000000 +0200
+@@ -54,6 +54,8 @@
+ 
+ #include <cassert>
+ 
++#include <boost/mem_fn.hpp>
++
+ static const int ProgressBarHideDelay = 2000; // 2 secs
+ 
+ using namespace Kleo;


More information about the scm-commits mailing list