Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/kmess/files: kmess-1.5.1-gcc43.patch
Date: Sat, 28 Jun 2008 15:07:45
Message-Id: E1KCc1c-0005cR-8o@stork.gentoo.org
1 loki_val 08/06/28 15:07:40
2
3 Added: kmess-1.5.1-gcc43.patch
4 Log:
5 Fix for gcc43, bug #229787
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.1 net-im/kmess/files/kmess-1.5.1-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/kmess/files/kmess-1.5.1-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/kmess/files/kmess-1.5.1-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: kmess-1.5.1-gcc43.patch
15 ===================================================================
16 diff -NrU5 kmess-1.5.1.orig/kmess/crypt/sha1.cpp kmess-1.5.1/kmess/crypt/sha1.cpp
17 --- kmess-1.5.1.orig/kmess/crypt/sha1.cpp 2008-06-28 17:01:11.000000000 +0200
18 +++ kmess-1.5.1/kmess/crypt/sha1.cpp 2008-06-28 16:44:42.000000000 +0200
19 @@ -36,10 +36,12 @@
20 #include "bithelp.h"
21
22 #include <stdio.h>
23 #include <sys/stat.h>
24
25 +#include <cstring>
26 +
27 Sha1::Sha1()
28 {
29 context = new SHA1_CONTEXT;
30 }
31
32 diff -NrU5 kmess-1.5.1.orig/kmess/notification/passivepopupview.h kmess-1.5.1/kmess/notification/passivepopupview.h
33 --- kmess-1.5.1.orig/kmess/notification/passivepopupview.h 2008-06-28 17:02:28.000000000 +0200
34 +++ kmess-1.5.1/kmess/notification/passivepopupview.h 2008-06-28 16:44:43.000000000 +0200
35 @@ -41,11 +41,11 @@
36 {
37 Q_OBJECT
38
39 public: // Public methods
40 // Class constructor
41 - PassivePopupView( QWidget *parent, QString icon, QString message, QString icon = QString::null );
42 + PassivePopupView( QWidget *parent, QString icon, QString message, QString status = QString::null );
43 // Changes the popup icon
44 void changeIcon( QString icon );
45 // Changes the popup status icon
46 void changeStatusIcon( QString status );
47 // Changes the popup message
48
49
50
51 --
52 gentoo-commits@l.g.o mailing list