svn commit: r323108 - in head/mail: mutt mutt14
Martin Wilke
miwi at FreeBSD.org
Tue Jul 16 14:43:39 UTC 2013
Author: miwi
Date: Tue Jul 16 14:43:38 2013
New Revision: 323108
URL: http://svnweb.freebsd.org/changeset/ports/323108
Log:
- Unbreak build after autotools update
Modified:
head/mail/mutt/Makefile
head/mail/mutt14/Makefile
Modified: head/mail/mutt/Makefile
==============================================================================
--- head/mail/mutt/Makefile Tue Jul 16 14:35:57 2013 (r323107)
+++ head/mail/mutt/Makefile Tue Jul 16 14:43:38 2013 (r323108)
@@ -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)
Modified: head/mail/mutt14/Makefile
==============================================================================
--- head/mail/mutt14/Makefile Tue Jul 16 14:35:57 2013 (r323107)
+++ head/mail/mutt14/Makefile Tue Jul 16 14:43:38 2013 (r323108)
@@ -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 \
More information about the svn-ports-head
mailing list