aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/aspell
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-04-01 04:20:45 +0800
committerthierry <thierry@FreeBSD.org>2006-04-01 04:20:45 +0800
commit24ffec4c7c2fb54eed3248dc2c97b85a82514282 (patch)
tree206bb81c45ee5f813e5e4dc1956d204cd4aa3199 /textproc/aspell
parent432f67f9700414f58923d54d7360592729785a70 (diff)
downloadfreebsd-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.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:
+
+