ports/95132: [patch] to build textproc/aspell with gcc41

Ron MacNeil macro at hotmail.com
Fri Mar 31 00:10:15 UTC 2006


>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     ... at ...:/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:



More information about the freebsd-ports-bugs mailing list