Date: Tue, 26 May 2015 12:30:23 +0000 (UTC) From: Vsevolod Stakhov <vsevolod@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387467 - head/mail/rspamd Message-ID: <201505261230.t4QCUNif020503@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vsevolod Date: Tue May 26 12:30:23 2015 New Revision: 387467 URL: https://svnweb.freebsd.org/changeset/ports/387467 Log: - Require sane compiler to build Modified: head/mail/rspamd/Makefile Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Tue May 26 12:18:18 2015 (r387466) +++ head/mail/rspamd/Makefile Tue May 26 12:30:23 2015 (r387467) @@ -35,7 +35,8 @@ CMAKE_ARGS+= -DCONFDIR=${PREFIX}/etc/rsp -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505261230.t4QCUNif020503>