diff options
author | wiz <wiz> | 2002-01-15 01:05:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-01-15 01:05:57 +0000 |
commit | 951dfaaa935f03ed2952eb41ed4b4e48ca82ac4d (patch) | |
tree | 054007ce4cf5297c921447b827225b2c815fe0b8 /mail/balsa | |
parent | dd9ae92aa7621ac12ee98a50035cba40582746e1 (diff) | |
download | pkgsrc-951dfaaa935f03ed2952eb41ed4b4e48ca82ac4d.tar.gz |
Fix compilation with libpspell-0.12.2.
Diffstat (limited to 'mail/balsa')
-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> + |