diff options
author | mycroft <mycroft> | 2001-10-22 05:25:24 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2001-10-22 05:25:24 +0000 |
commit | 4999b9c6998daa75fd09a358710efb9467f5e655 (patch) | |
tree | d625fb26a25815f72fe45cb295b1787a3fd2db62 /editors/abiword | |
parent | 6c24c50c689c82ee0b25bf8590f944fefc2ea294 (diff) | |
download | pkgsrc-4999b9c6998daa75fd09a358710efb9467f5e655.tar.gz |
MAXSTRINGCHARS must be the same as in ispell.
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/distinfo | 4 | ||||
-rw-r--r-- | editors/abiword/patches/patch-ae | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo index 199c986ed66..19776cad7f6 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2001/08/10 04:50:08 jlam Exp $ +$NetBSD: distinfo,v 1.6 2001/10/22 05:25:24 mycroft Exp $ SHA1 (abisuite/abiword-0.9.0.tar.gz) = 0525f5c869f6c36c7e3afeb90be86079c5b18b5b Size (abisuite/abiword-0.9.0.tar.gz) = 13214804 bytes @@ -6,7 +6,7 @@ SHA1 (patch-aa) = b16ed42c28c8cd15b9eae852da328f89ce39e21c SHA1 (patch-ab) = 1112a184b3c4188ab944790a85f4fd7e15ffed17 SHA1 (patch-ac) = 57518856114832e47258db457b3a29178873910d SHA1 (patch-ad) = 223f452642681c25cae67871fa25b05c2a5fe937 -SHA1 (patch-ae) = cfa20fad9e77a3e1f3f2174ed5cb642b4eed142e +SHA1 (patch-ae) = 83dd6f983e304a6a542b645eba1b7187a1e8250a SHA1 (patch-af) = 9bf0cb3abe338b7021acbf771b34b55bb7edcbae SHA1 (patch-ag) = 4c14bf09bc33b99adbf127b795fa8349cfbdc33b SHA1 (patch-ah) = 19e2e5def6d235ff44efc856346a4ae85b2bdbd5 diff --git a/editors/abiword/patches/patch-ae b/editors/abiword/patches/patch-ae index 0dbabdf1097..65df06fe0ba 100644 --- a/editors/abiword/patches/patch-ae +++ b/editors/abiword/patches/patch-ae @@ -1,7 +1,16 @@ -$NetBSD: patch-ae,v 1.5 2001/08/10 04:50:08 jlam Exp $ +$NetBSD: patch-ae,v 1.6 2001/10/22 05:25:25 mycroft Exp $ --- src/other/spell/xp/ispell.h.orig Tue Jun 26 12:33:27 2001 +++ src/other/spell/xp/ispell.h +@@ -248,7 +248,7 @@ + ** character counts as two! + */ + #ifndef MAXSTRINGCHARS +-#define MAXSTRINGCHARS 128 ++#define MAXSTRINGCHARS 100 + #endif /* MAXSTRINGCHARS */ + + /* @@ -531,8 +531,8 @@ short maxstringcharlen; /* Max strchr len supported */ short compoundmin; /* Min lth of compound parts */ |