Date: Thu, 25 Jan 2018 13:17:55 +0100 From: Jan Beich <jbeich@FreeBSD.org> To: Danilo Egea Gondolfo <danilo@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r459922 - head/misc/xdelta3 Message-ID: <fu6u-ku8c-wny@FreeBSD.org> In-Reply-To: <201801251142.w0PBgBfl098436@repo.freebsd.org> (Danilo Egea Gondolfo's message of "Thu, 25 Jan 2018 11:42:11 %2B0000 (UTC)") References: <201801251142.w0PBgBfl098436@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Danilo Egea Gondolfo <danilo@FreeBSD.org> writes: > Author: danilo > Date: Thu Jan 25 11:42:11 2018 > New Revision: 459922 > URL: https://svnweb.freebsd.org/changeset/ports/459922 > > Log: > - Fix build with new clang on CURRENT (set USE_CXXSTD to gnu++98) [...] > @@ -22,6 +22,7 @@ GH_PROJECT= xdelta-devel > WRKSRC_SUBDIR= xdelta3 > > GNU_CONFIGURE= yes > +USE_CXXSTD= gnu++98 Please, group USE_* and USES together. I don't see how USE_CXXSTD is related to GNU_CONFIGURE.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?fu6u-ku8c-wny>