From f39a2cc7720702319e96ff992be8dbd875d3892a Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 3 Dec 2000 04:31:49 +0000 Subject: Adjust ispell.h so the format really is the same as ispell. --- editors/abiword/files/patch-sum | 3 ++- editors/abiword/patches/patch-al | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 editors/abiword/patches/patch-al (limited to 'editors/abiword') diff --git a/editors/abiword/files/patch-sum b/editors/abiword/files/patch-sum index 7fbec20a7ac..6a52b194a0e 100644 --- a/editors/abiword/files/patch-sum +++ b/editors/abiword/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.5 2000/05/02 23:35:56 jlam Exp $ +$NetBSD: patch-sum,v 1.6 2000/12/03 04:31:49 mycroft Exp $ MD5 (patch-aa) = c8e3e793314cd29b1e8b5d6339f04413 MD5 (patch-ab) = 1bf8c8702d9d64b976dc25fbf6d04455 @@ -6,3 +6,4 @@ MD5 (patch-ac) = 85c82b954f07c0dd2022109ffebc62dc MD5 (patch-ad) = e5e5bafe33bfb44b2280a5231c4fdb3d MD5 (patch-ae) = 5dbf06b663d90611d142a1045c60711e MD5 (patch-ak) = 1b2a1494c4089991e6514c436dd5f98b +MD5 (patch-al) = 13bc3fd59f09676ef18befbf2683a021 diff --git a/editors/abiword/patches/patch-al b/editors/abiword/patches/patch-al new file mode 100644 index 00000000000..d9fad37cdf3 --- /dev/null +++ b/editors/abiword/patches/patch-al @@ -0,0 +1,26 @@ +$NetBSD: patch-al,v 1.1 2000/12/03 04:31:50 mycroft Exp $ + +--- src/other/spell/ispell.h.orig Tue Dec 21 18:46:29 1999 ++++ src/other/spell/ispell.h Sun Dec 3 04:07:24 2000 +@@ -136,6 +136,10 @@ + #include + /* #include "ut_types.h" */ + ++#ifndef PTRSIZE ++#define PTRSIZE long ++#endif ++ + /* largest word accepted from a file by any input routine, plus one */ + #ifndef INPUTWORDLEN + #define INPUTWORDLEN 100 +@@ -500,8 +504,8 @@ + short maxstringcharlen; /* Max strchr len supported */ + short compoundmin; /* Min lth of compound parts */ + short compoundbit; /* Flag 4 compounding roots */ +- int stringsize; /* Size of string table */ +- int lstringsize; /* Size of lang. str tbl */ ++ PTRSIZE stringsize; /* Size of string table */ ++ PTRSIZE lstringsize; /* Size of lang. str tbl */ + int tblsize; /* No. entries in hash tbl */ + int stblsize; /* No. entries in sfx tbl */ + int ptblsize; /* No. entries in pfx tbl */ -- cgit v1.2.3