diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-03-31 20:20:45 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-03-31 20:20:45 +0000 |
commit | 9b125e14219e4c591c5f36fd2b9545384ea3b5f3 (patch) | |
tree | 963f1c376382c6fb9ffdc4633922a72a6a9be57e /textproc/aspell | |
parent | 95054e4aa1aa4c57e8caf21e2bf27291cd132c7d (diff) | |
download | ports-9b125e14219e4c591c5f36fd2b9545384ea3b5f3.tar.gz ports-9b125e14219e4c591c5f36fd2b9545384ea3b5f3.zip |
Notes
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: + + |