diff options
Diffstat (limited to 'net-im/gabber/files/TCPtransmitter.cc-gcc3-gentoo.patch')
-rw-r--r-- | net-im/gabber/files/TCPtransmitter.cc-gcc3-gentoo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-im/gabber/files/TCPtransmitter.cc-gcc3-gentoo.patch b/net-im/gabber/files/TCPtransmitter.cc-gcc3-gentoo.patch new file mode 100644 index 000000000000..bd1a3a1356ea --- /dev/null +++ b/net-im/gabber/files/TCPtransmitter.cc-gcc3-gentoo.patch @@ -0,0 +1,12 @@ +diff -u gabber-0.8.7.orig/src/TCPTransmitter.cc gabber-0.8.7/src/TCPTransmitter.cc +--- gabber-0.8.7.orig/src/TCPTransmitter.cc Sun Feb 17 16:29:51 2002 ++++ gabber-0.8.7/src/TCPTransmitter.cc Fri Aug 30 14:30:13 2002 +@@ -1338,7 +1338,7 @@ + } + } + +-void TCPTransmitter::setProxy(const string &ptype, const string &host, guint port, const string &user, const string &password, bool tryOther = true) ++void TCPTransmitter::setProxy(const string &ptype, const string &host, guint port, const string &user, const string &password, bool tryOther) + { + if (_state != Offline) + { |