diff options
author | 2009-11-12 13:43:13 +0000 | |
---|---|---|
committer | 2009-11-12 13:43:13 +0000 | |
commit | c81e7dd54458a6e2c442050d2c9304cf73cfaa6a (patch) | |
tree | c854891055558cf2a9d05fe41287a1057a755c1a /net-im/kmess/files | |
parent | old (diff) | |
download | gentoo-2-c81e7dd54458a6e2c442050d2c9304cf73cfaa6a.tar.gz gentoo-2-c81e7dd54458a6e2c442050d2c9304cf73cfaa6a.tar.bz2 gentoo-2-c81e7dd54458a6e2c442050d2c9304cf73cfaa6a.zip |
old
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'net-im/kmess/files')
-rw-r--r-- | net-im/kmess/files/kmess-1.5.1-gcc43.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net-im/kmess/files/kmess-1.5.1-gcc43.patch b/net-im/kmess/files/kmess-1.5.1-gcc43.patch deleted file mode 100644 index d0a841fcfdf1..000000000000 --- a/net-im/kmess/files/kmess-1.5.1-gcc43.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -NrU5 kmess-1.5.1.orig/kmess/crypt/sha1.cpp kmess-1.5.1/kmess/crypt/sha1.cpp ---- kmess-1.5.1.orig/kmess/crypt/sha1.cpp 2008-06-28 17:01:11.000000000 +0200 -+++ kmess-1.5.1/kmess/crypt/sha1.cpp 2008-06-28 16:44:42.000000000 +0200 -@@ -36,10 +36,12 @@ - #include "bithelp.h" - - #include <stdio.h> - #include <sys/stat.h> - -+#include <cstring> -+ - Sha1::Sha1() - { - context = new SHA1_CONTEXT; - } - -diff -NrU5 kmess-1.5.1.orig/kmess/notification/passivepopupview.h kmess-1.5.1/kmess/notification/passivepopupview.h ---- kmess-1.5.1.orig/kmess/notification/passivepopupview.h 2008-06-28 17:02:28.000000000 +0200 -+++ kmess-1.5.1/kmess/notification/passivepopupview.h 2008-06-28 16:44:43.000000000 +0200 -@@ -41,11 +41,11 @@ - { - Q_OBJECT - - public: // Public methods - // Class constructor -- PassivePopupView( QWidget *parent, QString icon, QString message, QString icon = QString::null ); -+ PassivePopupView( QWidget *parent, QString icon, QString message, QString status = QString::null ); - // Changes the popup icon - void changeIcon( QString icon ); - // Changes the popup status icon - void changeStatusIcon( QString status ); - // Changes the popup message |