summaryrefslogtreecommitdiff
path: root/editors/abiword/patches
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2001-10-22 05:25:24 +0000
committermycroft <mycroft@pkgsrc.org>2001-10-22 05:25:24 +0000
commit6e50c93bef33576fa8cf74970577b8edeeec4962 (patch)
treed625fb26a25815f72fe45cb295b1787a3fd2db62 /editors/abiword/patches
parent951aac51c7c2b9aabe8fec5f224d97dd31419203 (diff)
downloadpkgsrc-6e50c93bef33576fa8cf74970577b8edeeec4962.tar.gz
MAXSTRINGCHARS must be the same as in ispell.
Diffstat (limited to 'editors/abiword/patches')
-rw-r--r--editors/abiword/patches/patch-ae11
1 files changed, 10 insertions, 1 deletions
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 */