diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-11-04 03:11:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-11-04 03:11:15 +0000 |
commit | 79c96ad377b50e85d0230d5870063c73a049927c (patch) | |
tree | 4f495b14d4a25ff73accb09f66966f1bfdc39ae6 /net/licq-console | |
parent | 5b96d0a9567e649c783ac418d8e2bde2f6adfc22 (diff) | |
download | ports-79c96ad377b50e85d0230d5870063c73a049927c.tar.gz ports-79c96ad377b50e85d0230d5870063c73a049927c.zip |
- Fix GGC problem on current
Submitted by: vs@foldr.org
Notes
Notes:
svn path=/head/; revision=69431
Diffstat (limited to 'net/licq-console')
-rw-r--r-- | net/licq-console/files/patch-console.cpp | 12 | ||||
-rw-r--r-- | net/licq-console/files/patch-console.h | 11 |
2 files changed, 23 insertions, 0 deletions
diff --git a/net/licq-console/files/patch-console.cpp b/net/licq-console/files/patch-console.cpp new file mode 100644 index 000000000000..689b419ddf13 --- /dev/null +++ b/net/licq-console/files/patch-console.cpp @@ -0,0 +1,12 @@ +--- src/console.cpp.orig Mon Nov 4 00:23:20 2002 ++++ src/console.cpp Mon Nov 4 00:23:55 2002 +@@ -2157,7 +2157,7 @@ + * CLicqConsole::Input_Line + *-------------------------------------------------------------------------*/ + char *CLicqConsole::Input_Line(char *sz, unsigned short &n, int cIn, +- bool bEcho = true) ++ bool bEcho) + { + // Now check for keys + switch (cIn) + diff --git a/net/licq-console/files/patch-console.h b/net/licq-console/files/patch-console.h new file mode 100644 index 000000000000..0115dccd927e --- /dev/null +++ b/net/licq-console/files/patch-console.h @@ -0,0 +1,11 @@ +--- src/console.h.orig Mon Nov 4 00:22:38 2002 ++++ src/console.h Mon Nov 4 00:22:50 2002 +@@ -5,6 +5,8 @@ + #include "config.h" + #endif + ++using namespace std; ++ + #include "licq_icqd.h" + #include "licq_log.h" + #include "window.h" |