pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/neomutt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 12 20:58:20 UTC 2017

Modified Files:
        pkgsrc/mail/neomutt: options.mk

Log Message:
Add option handling for sidebar option, which was non-functional.

>From Thomas Merkel in private mail.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/neomutt/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/neomutt/options.mk
diff -u pkgsrc/mail/neomutt/options.mk:1.5 pkgsrc/mail/neomutt/options.mk:1.6
--- pkgsrc/mail/neomutt/options.mk:1.5  Tue Mar  7 20:42:28 2017
+++ pkgsrc/mail/neomutt/options.mk      Sun Mar 12 20:58:20 2017
@@ -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 @@ CONFIGURE_ARGS+=   --with-gpgme-prefix=${B
 .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