1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix build with gcc41.

PR:		95132
Submitted by:	Ron MacNeil <macro (at) hotmail.com>
This commit is contained in:
Thierry Thomas 2006-03-31 20:20:45 +00:00
parent 95054e4aa1
commit 9b125e1421
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158489

View File

@ -0,0 +1,14 @@
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: