summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/options.mk
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2009-04-12 08:25:43 +0000
committertonio <tonio@pkgsrc.org>2009-04-12 08:25:43 +0000
commitf790814a93056455371ed22dd67de6397a9642b1 (patch)
treeefbcf82a9969b675f0788b6960762ca53130b8a8 /mail/mutt-devel/options.mk
parent4832b1717829ee8ea35e813914ab59e110b6b10b (diff)
downloadpkgsrc-f790814a93056455371ed22dd67de6397a9642b1.tar.gz
Enable sidebar patch support, as provided by tonnerre@.
This also fixes PR pkg/35917
Diffstat (limited to 'mail/mutt-devel/options.mk')
-rw-r--r--mail/mutt-devel/options.mk13
1 files changed, 12 insertions, 1 deletions
diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk
index 21355edf8aa..8654748f84d 100644
--- a/mail/mutt-devel/options.mk
+++ b/mail/mutt-devel/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.34 2009/03/23 00:24:31 joerg Exp $
+# $NetBSD: options.mk,v 1.35 2009/04/12 08:25:43 tonio Exp $
# Global and legacy options
@@ -9,6 +9,7 @@ PKG_SUPPORTED_OPTIONS= debug gpgme idn ssl smime sasl
PKG_SUPPORTED_OPTIONS+= mutt-hcache mutt-smtp
# Comment the following line out on updates.
PKG_SUPPORTED_OPTIONS+= mutt-compressed-mbox
+PKG_SUPPORTED_OPTIONS+= mutt-sidebar
#PKG_SUPPORTED_OPTIONS+= mutt-xlabel
PKG_SUGGESTED_OPTIONS= ssl smime curses
@@ -120,6 +121,16 @@ CONFIGURE_ARGS+= --disable-smtp
.endif
###
+### Sidebar support
+###
+.if !empty(PKG_OPTIONS:Mmutt-sidebar)
+PATCH_SITES= http://lunar-linux.org/~tchan/mutt/
+PATCHFILES+= patch-1.5.19.sidebar.20090308.txt
+PATCH_DIST_STRIP= -p1
+PATCH_FUZZ_FACTOR= -F1
+.endif
+
+###
### X-Label header support
###
.if !empty(PKG_OPTIONS:Mmutt-xlabel)