pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mutt-devel Add optional debugging support for mutt
details: https://anonhg.NetBSD.org/pkgsrc/rev/f6a4aebc984f
branches: trunk
changeset: 520292:f6a4aebc984f
user: tonio <tonio%pkgsrc.org@localhost>
date: Wed Oct 18 20:06:13 2006 +0000
description:
Add optional debugging support for mutt
Patch from Jukka Salmi in PR pkg/34710
diffstat:
mail/mutt-devel/options.mk | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r e63fdfe00da4 -r f6a4aebc984f mail/mutt-devel/options.mk
--- a/mail/mutt-devel/options.mk Wed Oct 18 19:46:35 2006 +0000
+++ b/mail/mutt-devel/options.mk Wed Oct 18 20:06:13 2006 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.20 2006/10/18 19:46:35 tonio Exp $
+# $NetBSD: options.mk,v 1.21 2006/10/18 20:06:13 tonio Exp $
# Global and legacy options
PKG_OPTIONS_VAR= PKG_OPTIONS.mutt
PKG_OPTIONS_REQUIRED_GROUPS= display
PKG_OPTIONS_GROUP.display= slang ncurses ncursesw curses
-PKG_SUPPORTED_OPTIONS= ssl sasl mutt-hcache idn mutt-compressed-mbox
+PKG_SUPPORTED_OPTIONS= ssl sasl mutt-hcache idn mutt-compressed-mbox debug
PKG_SUGGESTED_OPTIONS= ssl curses
.include "../../mk/bsd.options.mk"
@@ -101,3 +101,10 @@
.else
CONFIGURE_ARGS+= --disable-idn
.endif
+
+###
+### Enable debugging support
+###
+.if !empty(PKG_OPTIONS:Mdebug)
+CONFIGURE_ARGS+= --enable-debug
+.endif
Home |
Main Index |
Thread Index |
Old Index