diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2009-08-09 20:05:37 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2009-08-09 20:05:37 +0000 |
commit | f9f509eb04afb9cc417e7fcf98d063cb4b6550a8 (patch) | |
tree | d6677add98f988f67afe6f47af32af5c2d990639 /mail/mutt-devel | |
parent | 13010daa6c39585b84caedded1292bb5d11a7e0d (diff) | |
download | pkgsrc-f9f509eb04afb9cc417e7fcf98d063cb4b6550a8.tar.gz |
Use mutts builtin mutt_curses.h to discover the correct curses header.
Fixes PR 41790.
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r-- | mail/mutt-devel/distinfo | 4 | ||||
-rw-r--r-- | mail/mutt-devel/patches/patch-aq | 15 |
2 files changed, 6 insertions, 13 deletions
diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo index 458024a819a..79ab9e3f743 100644 --- a/mail/mutt-devel/distinfo +++ b/mail/mutt-devel/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.60 2009/08/05 11:41:12 hasso Exp $ +$NetBSD: distinfo,v 1.61 2009/08/09 20:05:37 tonnerre Exp $ SHA1 (mutt-1.5.20.tar.gz) = d2bec7a33771f128ca49b1723b06b6d248a35d31 RMD160 (mutt-1.5.20.tar.gz) = df582f79364b9fd70a0001e76a119d8f78275ebb @@ -16,4 +16,4 @@ SHA1 (patch-am) = f7f20860bccb63ed5464e3a1225719ffc3fa504f SHA1 (patch-an) = eae26290a7a03b3ba31d058cd154c4de8effcf98 SHA1 (patch-ao) = a5dddb01d30f28337ca825c6461139c2d9f288d5 SHA1 (patch-ap) = c6f79d5c4e19efdc15e9d5a59934da52b16b7a62 -SHA1 (patch-aq) = 14178f76748fcc4f9d5f23569a7695454306ec95 +SHA1 (patch-aq) = b26d083f44de7dd641f1176822e4bd943769f35c 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 |