From 06b6dfa425f38d0093ee9365914375fa127c4e7c Mon Sep 17 00:00:00 2001 From: tonio Date: Thu, 15 Apr 2010 19:36:32 +0000 Subject: Correctly disable idn when option idn is not set. Thanks spz for the note ! --- mail/mutt-devel/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/mutt-devel') diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk index f1f819b4eef..9418b0dd989 100644 --- a/mail/mutt-devel/options.mk +++ b/mail/mutt-devel/options.mk @@ -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 @@ PATCH_DIST_STRIP= -p1 . include "../../devel/libidn/buildlink3.mk" CONFIGURE_ARGS+= --with-idn=${BUILDLINK_PREFIX.libidn} .else -CONFIGURE_ARGS+= --disable-idn +CONFIGURE_ARGS+= --with-idn=no .endif ### -- cgit v1.2.3