From 4fa4a26d96c99d6a3db1636dbd8b21c910eb7e8e Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 1 Jul 2006 14:55:07 +0000 Subject: mutt: added #include in keymap.h to make it compile also added PR in both bb files --- packages/mutt/mutt-1.5.4i/keymap.h.patch | 11 +++++++++++ packages/mutt/mutt_1.5.4i.bb | 2 ++ packages/mutt/mutt_1.5.9i.bb | 1 + 3 files changed, 14 insertions(+) create mode 100644 packages/mutt/mutt-1.5.4i/keymap.h.patch (limited to 'packages/mutt') diff --git a/packages/mutt/mutt-1.5.4i/keymap.h.patch b/packages/mutt/mutt-1.5.4i/keymap.h.patch new file mode 100644 index 0000000000..40995aa58f --- /dev/null +++ b/packages/mutt/mutt-1.5.4i/keymap.h.patch @@ -0,0 +1,11 @@ +--- mutt-1.5.4/keymap.h.orig 2006-07-01 16:50:25.000000000 +0200 ++++ mutt-1.5.4/keymap.h 2006-07-01 16:50:58.000000000 +0200 +@@ -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 + diff --git a/packages/mutt/mutt_1.5.4i.bb b/packages/mutt/mutt_1.5.4i.bb index e6e90dfd1e..50c6019e21 100644 --- a/packages/mutt/mutt_1.5.4i.bb +++ b/packages/mutt/mutt_1.5.4i.bb @@ -7,6 +7,7 @@ bindings, keyboard macros, mail threading, regular expression \ searches, and a powerful pattern matching language for selecting \ groups of messages." LICENSE = "GPL" +PR = "r1" SRC_URI = "ftp://ftp.mutt.org/mutt/devel/mutt-${PV}.tar.gz \ http://mutt.kiev.ua/download/mutt-1.5.4/patch-1.5.4.rr.compressed.gz;patch=1 \ http://mutt.kiev.ua/download/mutt-1.5.4/patch-1.5.4.vvv.nntp.gz;patch=1 \ @@ -14,6 +15,7 @@ SRC_URI = "ftp://ftp.mutt.org/mutt/devel/mutt-${PV}.tar.gz \ http://mutt.kiev.ua/download/mutt-1.5.4/patch-1.5.4.vvv.quote.gz;patch=1 \ file://cppflags.patch;patch=1 \ file://posix1_lim.patch;patch=1 \ + file://keymap.h.patch;patch=1 \ file://configure.patch;patch=1" S = "${WORKDIR}/mutt-1.5.4" diff --git a/packages/mutt/mutt_1.5.9i.bb b/packages/mutt/mutt_1.5.9i.bb index c6939454d2..3192eb50f5 100644 --- a/packages/mutt/mutt_1.5.9i.bb +++ b/packages/mutt/mutt_1.5.9i.bb @@ -7,6 +7,7 @@ bindings, keyboard macros, mail threading, regular expression \ searches, and a powerful pattern matching language for selecting \ groups of messages." LICENSE = "GPL" +PR = "r0" SRC_URI = "ftp://ftp.mutt.org/mutt/devel/mutt-${PV}.tar.gz \ http://mutt.kiev.ua/download/mutt-1.5.9/patch-1.5.9.rr.compressed.gz;patch=1 \ http://mutt.kiev.ua/download/mutt-1.5.9/patch-1.5.9.vvv.nntp.gz;patch=1 \ -- cgit 1.2.3-korg