pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mutt apply patch from Jason Lingohr to add "buffy...
details: https://anonhg.NetBSD.org/pkgsrc/rev/150d72cd749c
branches: trunk
changeset: 486735:150d72cd749c
user: grant <grant%pkgsrc.org@localhost>
date: Sat Jan 01 22:05:26 2005 +0000
description:
apply patch from Jason Lingohr to add "buffy-size" option.
fixes PR pkg/28814.
diffstat:
mail/mutt/options.mk | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 27c23ebfd62d -r 150d72cd749c mail/mutt/options.mk
--- a/mail/mutt/options.mk Sat Jan 01 20:53:19 2005 +0000
+++ b/mail/mutt/options.mk Sat Jan 01 22:05:26 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.4 2004/11/17 19:56:49 xtraeme Exp $
+# $NetBSD: options.mk,v 1.5 2005/01/01 22:05:26 grant Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mutt
-PKG_SUPPORTED_OPTIONS= slang ncurses ssl sasl1
+PKG_SUPPORTED_OPTIONS= slang ncurses ssl sasl1 buffy-size
.if !defined(PKG_OPTIONS.mutt)
PKG_DEFAULT_OPTIONS+= ssl
@@ -40,3 +40,10 @@
.else
CONFIGURE_ARGS+= --without-ssl
.endif
+
+###
+### configure option --enable-buffy-size
+###
+.if !empty(PKG_OPTIONS:Mbuffy-size)
+CONFIGURE_ARGS+= --enable-buffy-size
+.endif
Home |
Main Index |
Thread Index |
Old Index