diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-18 02:40:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-18 02:40:04 +0000 |
commit | 88c444ff0eb44e5211eb7e9d1e6ee6073ea8006f (patch) | |
tree | d28d45f4a6ed1fc402a80873f7c15ba32d97f8b4 /textproc/aspell | |
parent | 1aa579f26c4f0c18be495edf56221e3c68509bc4 (diff) | |
download | ports-88c444ff0eb44e5211eb7e9d1e6ee6073ea8006f.tar.gz ports-88c444ff0eb44e5211eb7e9d1e6ee6073ea8006f.zip |
Notes
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/files/patch-prog::checker_string.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/aspell/files/patch-prog::checker_string.cpp b/textproc/aspell/files/patch-prog::checker_string.cpp new file mode 100644 index 000000000000..1a2c186186b0 --- /dev/null +++ b/textproc/aspell/files/patch-prog::checker_string.cpp @@ -0,0 +1,10 @@ +--- prog/checker_string.cpp.orig Thu Jul 17 19:39:02 2003 ++++ prog/checker_string.cpp Thu Jul 17 19:39:09 2003 +@@ -4,6 +4,7 @@ + // license along with this library if you did not you can find + // it at http://www.gnu.org/. + ++#include <assert.h> + #include "checker_string.hpp" + #include "speller.hpp" + #include "document_checker.hpp" |