aboutsummaryrefslogtreecommitdiff
path: root/textproc/aspell
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-03-31 20:20:45 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-03-31 20:20:45 +0000
commit9b125e14219e4c591c5f36fd2b9545384ea3b5f3 (patch)
tree963f1c376382c6fb9ffdc4633922a72a6a9be57e /textproc/aspell
parent95054e4aa1aa4c57e8caf21e2bf27291cd132c7d (diff)
downloadports-9b125e14219e4c591c5f36fd2b9545384ea3b5f3.tar.gz
ports-9b125e14219e4c591c5f36fd2b9545384ea3b5f3.zip
Fix build with gcc41.
PR: 95132 Submitted by: Ron MacNeil <macro (at) hotmail.com>
Notes
Notes: svn path=/head/; revision=158489
Diffstat (limited to 'textproc/aspell')
-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:
+
+