Date: Tue, 03 Jul 2018 13:20:17 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Stephen Montgomery-Smith <stephen@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r473792 - head/graphics/opendx Message-ID: <sh50-y39q-wny@FreeBSD.org> In-Reply-To: <201807030218.w632IjvT019626@repo.freebsd.org> (Stephen Montgomery-Smith's message of "Tue, 3 Jul 2018 02:18:45 %2B0000 (UTC)") References: <201807030218.w632IjvT019626@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Stephen Montgomery-Smith <stephen@FreeBSD.org> writes: > Author: stephen > Date: Tue Jul 3 02:18:44 2018 > New Revision: 473792 > URL: https://svnweb.freebsd.org/changeset/ports/473792 > > Log: > - r473695 introduced patches that allow building with clang60. But this > seems to cause building with clang 4.0.0 to fail. So we add a compiler > option to USES so that FreeBSD-11 will build with clang60. [...] > -USES= bison motif gmake libtool > +USES= bison motif gmake libtool compiler:c++14-lang Did you mean compiler:c++17-lang? compiler:c++14-lang will use /usr/bin/clang on FreeBSD 11.1 and clang60 on FreeBSD 10.4. Also, sort USES.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?sh50-y39q-wny>