summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-07-14 17:06:34 +0000
committerjmmv <jmmv>2003-07-14 17:06:34 +0000
commit360ce14ef1d47cdfaa45235722840b7ba925e93f (patch)
tree06f92fd12f81e2d0edbd0548c513b15949fbba50 /textproc
parent67eeaa25385e6df1b6503a9cb1da59ac124d2780 (diff)
downloadpkgsrc-360ce14ef1d47cdfaa45235722840b7ba925e93f.tar.gz
Fix build.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/aspell/distinfo3
-rw-r--r--textproc/aspell/patches/patch-aa12
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"