pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/neomutt Add option handling for sidebar option, w...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3b5a73966d3b
branches: trunk
changeset: 359559:3b5a73966d3b
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Mar 12 20:58:20 2017 +0000
description:
Add option handling for sidebar option, which was non-functional.
>From Thomas Merkel in private mail.
diffstat:
mail/neomutt/options.mk | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 4ad84d759fd8 -r 3b5a73966d3b mail/neomutt/options.mk
--- a/mail/neomutt/options.mk Sun Mar 12 20:51:27 2017 +0000
+++ b/mail/neomutt/options.mk Sun Mar 12 20:58:20 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2017/03/07 20:42:28 elric Exp $
+# $NetBSD: options.mk,v 1.6 2017/03/12 20:58:20 wiz Exp $
# Global and legacy options
@@ -173,3 +173,12 @@
.else
CONFIGURE_ARGS+= --disable-gpgme
.endif
+
+###
+### sidebar support
+###
+.if !empty(PKG_OPTIONS:Mmutt-sidebar)
+CONFIGURE_ARGS+= --enable-sidebar
+.else
+CONFIGURE_ARGS+= --disable-sidebar
+.endif
Home |
Main Index |
Thread Index |
Old Index