diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /textproc/aspell/files/patch-prog__checker_string.cpp | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'textproc/aspell/files/patch-prog__checker_string.cpp')
-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" |