diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-11-04 11:11:15 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-11-04 11:11:15 +0800 |
commit | 266a6d44cdb9993738dffb2c3b706a6ca59eeb36 (patch) | |
tree | 5b1e88ba6389bc15ab0ca108a791f027662809b7 /net-im | |
parent | 31e99c99cb7a8a3ab383ca28e183f4e0e1403c10 (diff) | |
download | freebsd-ports-gnome-266a6d44cdb9993738dffb2c3b706a6ca59eeb36.tar.gz freebsd-ports-gnome-266a6d44cdb9993738dffb2c3b706a6ca59eeb36.tar.zst freebsd-ports-gnome-266a6d44cdb9993738dffb2c3b706a6ca59eeb36.zip |
- Fix GGC problem on current
Submitted by: vs@foldr.org
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq-console/files/patch-console.cpp | 12 | ||||
-rw-r--r-- | net-im/licq-console/files/patch-console.h | 11 |
2 files changed, 23 insertions, 0 deletions
diff --git a/net-im/licq-console/files/patch-console.cpp b/net-im/licq-console/files/patch-console.cpp new file mode 100644 index 000000000000..689b419ddf13 --- /dev/null +++ b/net-im/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-im/licq-console/files/patch-console.h b/net-im/licq-console/files/patch-console.h new file mode 100644 index 000000000000..0115dccd927e --- /dev/null +++ b/net-im/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" |