From 546892236c82f1a21e536f53c0f89a3992f738f4 Mon Sep 17 00:00:00 2001 From: miwi Date: Tue, 16 Jul 2013 14:43:38 +0000 Subject: - Unbreak build after autotools update --- mail/mutt/Makefile | 1 + mail/mutt14/Makefile | 1 + 2 files changed, 2 insertions(+) (limited to 'mail') diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 6dbceeb437e2..6705e8e4a352 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -53,6 +53,7 @@ CONFIGURE_ARGS+= ${MUTT_CONFIGURE_ARGS} .endif USE_AUTOTOOLS= automake autoconf +AUTOMAKE_ARGS= --add-missing USE_OPENSSL= yes .if defined (MUTT_LITE) diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index b350e9a010a7..488e77742f34 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -95,6 +95,7 @@ DIST_SUBDIR= mutt WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} GNU_CONFIGURE= yes USE_AUTOTOOLS= automake autoconf +AUTOMAKE_ARGS= --add-missing LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" CONFIGURE_ARGS= --enable-pop --enable-imap --disable-fcntl \ -- cgit