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:
parent
95054e4aa1
commit
9b125e1421
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158489
14
textproc/aspell/files/patch-modules_filter_nroff.cpp
Normal file
14
textproc/aspell/files/patch-modules_filter_nroff.cpp
Normal 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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user