diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2004-08-21 19:29:56 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2004-08-21 19:29:56 +0000 |
commit | d20628963f9457976f86ef47cab5a75cd047357a (patch) | |
tree | bc4ba7d17102b51dde3d60bdf4182fe66479e1df /net-im/licq/files | |
parent | Initial import, fixes bug #60921. (Manifest recommit) (diff) | |
download | gentoo-2-d20628963f9457976f86ef47cab5a75cd047357a.tar.gz gentoo-2-d20628963f9457976f86ef47cab5a75cd047357a.tar.bz2 gentoo-2-d20628963f9457976f86ef47cab5a75cd047357a.zip |
dummy fix for gcc3.4, closes #61138
Diffstat (limited to 'net-im/licq/files')
-rw-r--r-- | net-im/licq/files/1.3.0-gcc3.4.patch | 11 | ||||
-rw-r--r-- | net-im/licq/files/digest-licq-1.3.0_pre-r3 (renamed from net-im/licq/files/digest-licq-1.3.0_pre-r2) | 0 |
2 files changed, 11 insertions, 0 deletions
diff --git a/net-im/licq/files/1.3.0-gcc3.4.patch b/net-im/licq/files/1.3.0-gcc3.4.patch new file mode 100644 index 000000000000..8f475fd4ec9d --- /dev/null +++ b/net-im/licq/files/1.3.0-gcc3.4.patch @@ -0,0 +1,11 @@ +--- mainwin.cpp.orig 2004-08-22 03:16:54.000000000 +0400 ++++ mainwin.cpp 2004-08-22 03:13:18.000000000 +0400 +@@ -3960,7 +3960,7 @@ + + mnuStatus = new QPopupMenu(NULL); + mnuPFM = new QPopupMenu(NULL); +- mnuPFM->insertItem(tr("Don't Show"), ICQ_PLUGIN_STATUSxINACTIVE); ++ mnuPFM->insertItem(tr("Don't Show"), (int) ICQ_PLUGIN_STATUSxINACTIVE); + mnuPFM->insertItem(tr("Available"), ICQ_PLUGIN_STATUSxACTIVE); + mnuPFM->insertItem(tr("Busy"), ICQ_PLUGIN_STATUSxBUSY); + connect(mnuPFM, SIGNAL(activated(int)), this, SLOT(changePFMStatus(int))); diff --git a/net-im/licq/files/digest-licq-1.3.0_pre-r2 b/net-im/licq/files/digest-licq-1.3.0_pre-r3 index c750dc0bb3eb..c750dc0bb3eb 100644 --- a/net-im/licq/files/digest-licq-1.3.0_pre-r2 +++ b/net-im/licq/files/digest-licq-1.3.0_pre-r3 |