aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/aspell/files/patch-modules_filter_nroff.cpp14
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:
+
+