diff options
author | thierry <thierry@FreeBSD.org> | 2006-04-01 04:20:45 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-04-01 04:20:45 +0800 |
commit | 24ffec4c7c2fb54eed3248dc2c97b85a82514282 (patch) | |
tree | 206bb81c45ee5f813e5e4dc1956d204cd4aa3199 /textproc/aspell | |
parent | 432f67f9700414f58923d54d7360592729785a70 (diff) | |
download | freebsd-ports-gnome-24ffec4c7c2fb54eed3248dc2c97b85a82514282.tar.gz freebsd-ports-gnome-24ffec4c7c2fb54eed3248dc2c97b85a82514282.tar.zst freebsd-ports-gnome-24ffec4c7c2fb54eed3248dc2c97b85a82514282.zip |
Fix build with gcc41.
PR: 95132
Submitted by: Ron MacNeil <macro (at) hotmail.com>
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/files/patch-modules_filter_nroff.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/aspell/files/patch-modules_filter_nroff.cpp b/textproc/aspell/files/patch-modules_filter_nroff.cpp new file mode 100644 index 000000000000..802bdd2e8d77 --- /dev/null +++ b/textproc/aspell/files/patch-modules_filter_nroff.cpp @@ -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: + + |