Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2002 00:29:46 +0100 (CET)
From:      Volker Stolz <vs@foldr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dinoex@FreeBSD.org
Subject:   ports/44860: [patch] net/licq-console: GCC3 fix
Message-ID:  <200211032329.gA3NTkqw026450@monster.ikea.net>

next in thread | raw e-mail | index | archive | help

>Number:         44860
>Category:       ports
>Synopsis:       [patch] net/licq-console: GCC3 fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 03 15:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Lambda Core Research Facility
>Environment:
System: FreeBSD monster.ikea.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 26 17:47:39 CEST 2002 root@monster.ikea.net:/usr/obj/usr/src/sys/MONSTER i386


	
>Description:
Fix g++ breakage noticed by bento.
>How-To-Repeat:
>Fix:
Please add the following two patch files:
--- plugins/console-1.2.0/src/console.h.orig	Mon Nov  4 00:22:38 2002
+++ plugins/console-1.2.0/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"
--- plugins/console-1.2.0/src/console.cpp.orig	Mon Nov  4 00:23:20 2002
+++ plugins/console-1.2.0/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)

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211032329.gA3NTkqw026450>