diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-20 23:06:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-20 23:06:17 +0000 |
commit | 8e8e633014962c6bf7ce5dc269ea9802b8581960 (patch) | |
tree | 6bd505e32c785d43402a18b9257098c323d8a447 /textproc/aspell/patches/patch-aa | |
parent | 5f059983d541c2098bb3d720cda70d5ae2bf2c47 (diff) | |
download | pkgsrc-8e8e633014962c6bf7ce5dc269ea9802b8581960.tar.gz |
Add patch from Matthew Luckie in PR 29297 to make this compile on 1.6.1.
Will be in next aspell release.
Diffstat (limited to 'textproc/aspell/patches/patch-aa')
-rw-r--r-- | textproc/aspell/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/aspell/patches/patch-aa b/textproc/aspell/patches/patch-aa new file mode 100644 index 00000000000..1faa552f50c --- /dev/null +++ b/textproc/aspell/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.7 2005/02/20 23:06:17 wiz Exp $ + +--- modules/filter/nroff.cpp.orig Mon Feb 7 18:18:29 2005 ++++ modules/filter/nroff.cpp Mon Feb 7 18:18:42 2005 +@@ -73,7 +73,7 @@ + return false; + } + +- bool inline NroffFilter::process_char (FilterChar::Chr c); ++ bool NroffFilter::process_char (FilterChar::Chr c); + + public: + |