diff options
Diffstat (limited to 'mail/mutt-devel/patches/patch-aq')
-rw-r--r-- | mail/mutt-devel/patches/patch-aq | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/mail/mutt-devel/patches/patch-aq b/mail/mutt-devel/patches/patch-aq index ba282ae62f8..50e33e63069 100644 --- a/mail/mutt-devel/patches/patch-aq +++ b/mail/mutt-devel/patches/patch-aq @@ -1,21 +1,14 @@ -$NetBSD: patch-aq,v 1.3 2009/07/25 17:37:04 tonnerre Exp $ +$NetBSD: patch-aq,v 1.4 2009/08/09 20:05:37 tonnerre Exp $ --- /dev/null 2009-07-25 19:31:04.000000000 +0200 +++ mvchgat.c 2009-07-25 19:30:48.000000000 +0200 -@@ -0,0 +1,32 @@ +@@ -0,0 +1,25 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + -+#ifdef HAVE_NCURSESW_NCURSES_H -+#include <ncursesw/ncurses.h> -+#endif -+#ifdef HAVE_NCURSES_NCURSES_H -+#include <ncurses/ncurses.h> -+#endif -+#ifdef HAVE_NCURSES_H -+#include <ncurses.h> -+#endif ++#include "mutt.h" ++#include "mutt_curses.h" + +#ifndef HAVE_MVWCHGAT +int |