diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2015-05-26 20:30:23 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2015-05-26 20:30:23 +0800 |
commit | 349900a328ffdecc9d7aa8478cb25c9687813f26 (patch) | |
tree | 6217b3521fa1efcb84856401398a685484267d34 /mail | |
parent | 6169a54e39af3b78b22e82ecd90ecd7be6622042 (diff) | |
download | freebsd-ports-gnome-349900a328ffdecc9d7aa8478cb25c9687813f26.tar.gz freebsd-ports-gnome-349900a328ffdecc9d7aa8478cb25c9687813f26.tar.zst freebsd-ports-gnome-349900a328ffdecc9d7aa8478cb25c9687813f26.zip |
- Require sane compiler to build
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rspamd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index 3e31a0b91350..cc9c80e47d9e 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -35,7 +35,8 @@ CMAKE_ARGS+= -DCONFDIR=${PREFIX}/etc/rspamd \ -DLIBDIR=${PREFIX}/lib/rspamd \ -DNO_SHARED=ON -USES= cmake:outsource gettext iconv pkgconfig tar:xz perl5 +USES= cmake:outsource gettext iconv pkgconfig tar:xz perl5 \ + compiler:c11 USE_LDCONFIG= yes USE_PERL5= build |