diff options
author | kris <kris@FreeBSD.org> | 2003-07-18 02:40:04 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-07-18 02:40:04 +0000 |
commit | 6a939ee0f044d4758b8198c636f66fc6fc5a26f8 (patch) | |
tree | 38a3717c1c8117581f2e24e8ca95f39360c98816 /textproc/aspell/files | |
parent | 8345dc7c24ac89a2dbb49e19715ac1d9213138b2 (diff) | |
download | FreeBSD-ports-6a939ee0f044d4758b8198c636f66fc6fc5a26f8.zip FreeBSD-ports-6a939ee0f044d4758b8198c636f66fc6fc5a26f8.tar.gz |
Fix build on gcc 3.3
Diffstat (limited to 'textproc/aspell/files')
-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 0000000..1a2c186 --- /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" |