diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-07-14 17:06:34 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-07-14 17:06:34 +0000 |
commit | 226bb910e07f2e1592b424398c7caae959cc3fe0 (patch) | |
tree | 06f92fd12f81e2d0edbd0548c513b15949fbba50 /textproc | |
parent | 5e61a3be08eab0401422ba76a9a7bb20193b14fe (diff) | |
download | pkgsrc-226bb910e07f2e1592b424398c7caae959cc3fe0.tar.gz |
Fix build.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/distinfo | 3 | ||||
-rw-r--r-- | textproc/aspell/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/textproc/aspell/distinfo b/textproc/aspell/distinfo index 960428a65e0..a547c43c07a 100644 --- a/textproc/aspell/distinfo +++ b/textproc/aspell/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.4 2003/01/15 00:23:55 salo Exp $ +$NetBSD: distinfo,v 1.5 2003/07/14 17:06:34 jmmv Exp $ SHA1 (aspell-0.50.3.tar.gz) = aea3c1e47c10bf2f189dbff91c3c137170af6a72 Size (aspell-0.50.3.tar.gz) = 939063 bytes +SHA1 (patch-aa) = ec9eff280bdb169814e134f541dee7c879a58fdd diff --git a/textproc/aspell/patches/patch-aa b/textproc/aspell/patches/patch-aa new file mode 100644 index 00000000000..e69886b549f --- /dev/null +++ b/textproc/aspell/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.3 2003/07/14 17:06:35 jmmv Exp $ + +--- prog/checker_string.cpp.orig 2002-09-26 04:42:42.000000000 +0200 ++++ prog/checker_string.cpp +@@ -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" |