pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mutt-devel Correctly disable idn when option idn ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/59ec5a99a79d
branches: trunk
changeset: 574376:59ec5a99a79d
user: tonio <tonio%pkgsrc.org@localhost>
date: Thu Apr 15 19:36:32 2010 +0000
description:
Correctly disable idn when option idn is not set.
Thanks spz for the note !
diffstat:
mail/mutt-devel/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 19354bfe9285 -r 59ec5a99a79d mail/mutt-devel/options.mk
--- a/mail/mutt-devel/options.mk Thu Apr 15 19:02:12 2010 +0000
+++ b/mail/mutt-devel/options.mk Thu Apr 15 19:36:32 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.38 2010/02/25 18:48:01 drochner Exp $
+# $NetBSD: options.mk,v 1.39 2010/04/15 19:36:32 tonio Exp $
# Global and legacy options
@@ -146,7 +146,7 @@
. include "../../devel/libidn/buildlink3.mk"
CONFIGURE_ARGS+= --with-idn=${BUILDLINK_PREFIX.libidn}
.else
-CONFIGURE_ARGS+= --disable-idn
+CONFIGURE_ARGS+= --with-idn=no
.endif
###
Home |
Main Index |
Thread Index |
Old Index