svn commit: r526779 - head/mail/exim

Piotr Kubaj pkubaj at FreeBSD.org
Sat Feb 22 14:28:02 UTC 2020


Author: pkubaj
Date: Sat Feb 22 14:28:01 2020
New Revision: 526779
URL: https://svnweb.freebsd.org/changeset/ports/526779

Log:
  mail/exim: fix build of various slave ports on GCC architectures
  
  Error:
  macro_predef.c:83: error: 'for' loop initial declaration used outside C99 mode

Modified:
  head/mail/exim/Makefile

Modified: head/mail/exim/Makefile
==============================================================================
--- head/mail/exim/Makefile	Sat Feb 22 14:24:49 2020	(r526778)
+++ head/mail/exim/Makefile	Sat Feb 22 14:28:01 2020	(r526779)
@@ -18,6 +18,7 @@ COMMENT?=	High performance MTA for Unix systems on the
 LICENSE=	GPLv2
 
 USES=		compiler cpe tar:bzip2 perl5
+USE_CSTD=	c99
 USE_PERL5=	run
 
 # Exim build system is job unsafe atm


More information about the svn-ports-head mailing list