summaryrefslogtreecommitdiff
path: root/mail/exim/Makefile
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-02-22 14:28:01 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-02-22 14:28:01 +0000
commit0e255c02cd13d1d91a6d6532fc829b63f819be02 (patch)
treec6e882fcf04980fdec31d8fe45c47ba557b31418 /mail/exim/Makefile
parentUpdate calibre to 4.11.1 (diff)
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
Notes
Notes: svn path=/head/; revision=526779
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r--mail/exim/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 1cefdaa7c1ca..0fc49fe8f3ff 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -18,6 +18,7 @@ COMMENT?= High performance MTA for Unix systems on the Internet
LICENSE= GPLv2
USES= compiler cpe tar:bzip2 perl5
+USE_CSTD= c99
USE_PERL5= run
# Exim build system is job unsafe atm