svn commit: r546680 - head/mail/avenger

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 19:56:16 UTC 2020


Author: tcberner
Date: Thu Aug 27 19:56:15 2020
New Revision: 546680
URL: https://svnweb.freebsd.org/changeset/ports/546680

Log:
  mail/avenger: fix build on recent current

Modified:
  head/mail/avenger/Makefile

Modified: head/mail/avenger/Makefile
==============================================================================
--- head/mail/avenger/Makefile	Thu Aug 27 19:49:07 2020	(r546679)
+++ head/mail/avenger/Makefile	Thu Aug 27 19:56:15 2020	(r546680)
@@ -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
 


More information about the svn-ports-head mailing list