summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-02-07 00:00:51 +0000
committerminskim <minskim@pkgsrc.org>2006-02-07 00:00:51 +0000
commit4bc3bf9465757f3d25df8666f4fd0f7b721f4417 (patch)
tree8435552ea53b8465a7827ba535f959112ac46489 /mail
parent3cfa442b3a11997c91983141cb9f61695363d1f9 (diff)
downloadpkgsrc-4bc3bf9465757f3d25df8666f4fd0f7b721f4417.tar.gz
Define a structure before using it to declare an array. Makes this package
build on Darwin. Approved by the maintainer.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/distinfo3
-rw-r--r--mail/mutt/patches/patch-ad13
2 files changed, 15 insertions, 1 deletions
diff --git a/mail/mutt/distinfo b/mail/mutt/distinfo
index cc214993c7e..c5912ad8135 100644
--- a/mail/mutt/distinfo
+++ b/mail/mutt/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.27 2006/01/01 19:40:43 ben Exp $
+$NetBSD: distinfo,v 1.28 2006/02/07 00:00:51 minskim Exp $
SHA1 (mutt-1.4.2.1i.tar.gz) = 10fae2eef5a671d1ea6e17acd6e64cd1f37c3961
RMD160 (mutt-1.4.2.1i.tar.gz) = 314536f77e0494dc6e4a5d57c681de791c8ce0fc
@@ -6,6 +6,7 @@ Size (mutt-1.4.2.1i.tar.gz) = 2611253 bytes
SHA1 (patch-aa) = 057c11486bb855e321853a106992c8792b75b812
SHA1 (patch-ab) = 9eb4d0d861fff0a6a387d035293e28c6dd17a06c
SHA1 (patch-ac) = acfece3438c1cadc43247c590045699be7212ede
+SHA1 (patch-ad) = 6d7647913a0442ce474d02129d9bec0dbbd3df52
SHA1 (patch-ag) = c369b0b5d4855e50a016530f81190b2cbd47cef1
SHA1 (patch-ah) = 04549728683b4250a26f6d6c7a212b8d505014d2
SHA1 (patch-ai) = 317b736d6b9a896e1ee185cce37a1c2184c02cde
diff --git a/mail/mutt/patches/patch-ad b/mail/mutt/patches/patch-ad
new file mode 100644
index 00000000000..ce3e256d51d
--- /dev/null
+++ b/mail/mutt/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.6 2006/02/07 00:00:51 minskim Exp $
+
+--- keymap.h.orig 2001-09-11 04:20:34.000000000 -0700
++++ keymap.h
+@@ -19,6 +19,8 @@
+ #ifndef KEYMAP_H
+ #define KEYMAP_H
+
++#include "mapping.h"
++
+ /* maximal length of a key binding sequence used for buffer in km_bindkey */
+ #define MAX_SEQ 8
+