Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2020 14:28:02 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526779 - head/mail/exim
Message-ID:  <202002221428.01MES2Gu099744@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002221428.01MES2Gu099744>