diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-19 15:24:04 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-19 15:24:04 +0000 |
commit | 7cdf63f60200e4b831bc2d01aa6cf23e1b006309 (patch) | |
tree | 7f00350113f1f4e106ba348c26e0b07b0e959d41 /net/gabber/files | |
parent | Share nibbles with the world. (diff) |
- Use USE_GNOMENG;
- fix build on -current.
Notes
Notes:
svn path=/head/; revision=63252
Diffstat (limited to 'net/gabber/files')
-rw-r--r-- | net/gabber/files/patch-an | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/net/gabber/files/patch-an b/net/gabber/files/patch-an index 6af14251b462..441504b399ae 100644 --- a/net/gabber/files/patch-an +++ b/net/gabber/files/patch-an @@ -1,11 +1,23 @@ ---- src/TCPTransmitter.cc.orig Sun May 12 16:02:43 2002 -+++ src/TCPTransmitter.cc Sun May 12 16:03:01 2002 + +$FreeBSD$ + +--- src/TCPTransmitter.cc.orig Mon Feb 18 00:29:51 2002 ++++ src/TCPTransmitter.cc Fri Jul 19 16:43:01 2002 @@ -48,6 +48,8 @@ #include <fcntl.h> #include <glib.h> - + +#define TRANSMITTER_DEBUG + using namespace std; - + #ifdef HAVE_GETHOSTBYNAME_R_GLIB_MUTEX +@@ -1338,7 +1340,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) + { |