diff options
-rw-r--r-- | mail/balsa/distinfo | 3 | ||||
-rw-r--r-- | mail/balsa/patches/patch-ac | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/mail/balsa/distinfo b/mail/balsa/distinfo index 7af67a82c8e..51659dee69b 100644 --- a/mail/balsa/distinfo +++ b/mail/balsa/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 13:09:54 agc Exp $ +$NetBSD: distinfo,v 1.3 2002/01/15 01:05:57 wiz Exp $ SHA1 (balsa-1.0.0.tar.gz) = 84b60f40a3ede9bdf8537b56ccb7d8fadb9312f9 Size (balsa-1.0.0.tar.gz) = 1964922 bytes SHA1 (patch-aa) = 19ae9ab48e6f9809ed5774515650a2e1430bacd4 SHA1 (patch-ab) = 6ff24736e7b69ccb0bdcb3c2ae6d8d5f3ffc1e8f +SHA1 (patch-ac) = 5aba74fa2013599f7a575dfac8833160740b1d78 diff --git a/mail/balsa/patches/patch-ac b/mail/balsa/patches/patch-ac new file mode 100644 index 00000000000..70691c57767 --- /dev/null +++ b/mail/balsa/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2002/01/15 01:05:57 wiz Exp $ + +--- src/spell-check.c.orig Fri Oct 6 19:46:38 2000 ++++ src/spell-check.c +@@ -23,6 +23,7 @@ + + #include <ctype.h> + #include <gnome.h> ++#define USE_ORIGINAL_MANAGER_FUNCS + #include <pspell/pspell.h> + #include <stdio.h> + |