Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Mar 2006 00:02:30 GMT
From:      Ron MacNeil <macro@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/95132: [patch] to build textproc/aspell with gcc41
Message-ID:  <200603310002.k2V02UiZ049471@www.freebsd.org>
Resent-Message-ID: <200603310010.k2V0AEeN003455@freefall.freebsd.org>

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

>Number:         95132
>Category:       ports
>Synopsis:       [patch] to build textproc/aspell with gcc41
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 31 00:10:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ron MacNeil
>Release:        7-CURRENT
>Organization:
>Environment:
FreeBSD ... 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Mar 20 13:57:28 EST 2006     ...@...:/usr/obj/usr/src/sys/MYKERNEL  i386

>Description:
textproc/aspell can't be built with gcc41
>How-To-Repeat:

>Fix:
add the following as a new patch file in textproc/aspell/files:

--- modules/filter/nroff.cpp.orig	Fri Mar 31 09:52:23 2006
+++ modules/filter/nroff.cpp	Fri Mar 31 09:52:42 2006
@@ -73,7 +73,7 @@
       return false;
     }
     
-    bool NroffFilter::process_char (FilterChar::Chr c);
+    bool process_char (FilterChar::Chr c);
       
   public:
 

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



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