/[gentoo-x86]/kde-base/libkleo/files/libkleo-4.4.11.1-gcc47.patch
Gentoo

Contents of /kde-base/libkleo/files/libkleo-4.4.11.1-gcc47.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Fri Jul 20 21:53:12 2012 UTC (10 months ago) by dilfridge
Branch: MAIN
CVS Tags: HEAD
Add build fix for gcc-4.7

(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

1 diff -ruN libkleo-4.4.11.1.orig/libkleo/backends/qgpgme/threadedjobmixin.h libkleo-4.4.11.1/libkleo/backends/qgpgme/threadedjobmixin.h
2 --- libkleo-4.4.11.1.orig/libkleo/backends/qgpgme/threadedjobmixin.h 2011-04-20 22:03:31.000000000 +0200
3 +++ libkleo-4.4.11.1/libkleo/backends/qgpgme/threadedjobmixin.h 2012-07-20 23:51:45.000000000 +0200
4 @@ -143,7 +143,7 @@
5
6 void lateInitialization() {
7 assert( m_ctx );
8 - connect( &m_thread, SIGNAL(finished()), this, SLOT(slotFinished()) );
9 + this->connect( &m_thread, SIGNAL(finished()), this, SLOT(slotFinished()) );
10 m_ctx->setProgressProvider( this );
11 }
12

  ViewVC Help
Powered by ViewVC 1.1.13