diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-02-22 14:28:01 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-02-22 14:28:01 +0000 |
commit | 0e255c02cd13d1d91a6d6532fc829b63f819be02 (patch) | |
tree | c6e882fcf04980fdec31d8fe45c47ba557b31418 /mail/exim | |
parent | 1796d93e1595f43384ded8f257008c51fd667da9 (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')
-rw-r--r-- | mail/exim/Makefile | 1 |
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 |