From c47060ce3b943efe29935b08bd004cbdf99e6569 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Thu, 27 Aug 2020 19:56:15 +0000 Subject: [PATCH] mail/avenger: fix build on recent current --- mail/avenger/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mail/avenger/Makefile b/mail/avenger/Makefile index 1f22101abd81..64596ee5468a 100644 --- a/mail/avenger/Makefile +++ b/mail/avenger/Makefile @@ -26,6 +26,8 @@ CONFIGURE_ENV= WFLAGS='-Wall' CONFIGURE_ARGS= --enable-ssl=${OPENSSLBASE} \ --with-db=${LOCALBASE} \ --with-etcdir=${ETCDIR} +# Fix build with clang11 +CFLAGS+= -fcommon OPTIONS_DEFINE= DOCS SASL