Date: Mon, 26 Oct 2015 11:48:55 +0100 From: Baptiste Daroussin <bapt@FreeBSD.org> To: David Chisnall <theraven@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r289995 - head/usr.bin/dtc Message-ID: <20151026104855.GE17025@ivaldir.etoilebsd.net> In-Reply-To: <201510261037.t9QAbHc9027610@repo.freebsd.org> References: <201510261037.t9QAbHc9027610@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Mon, Oct 26, 2015 at 10:37:17AM +0000, David Chisnall wrote: > Author: theraven > Date: Mon Oct 26 10:37:17 2015 > New Revision: 289995 > URL: https://svnweb.freebsd.org/changeset/base/289995 > > Log: > Ensure that dtc is built in C++11 mode. > > Reported by: George Abdelmalik > > Modified: > head/usr.bin/dtc/Makefile > > Modified: head/usr.bin/dtc/Makefile > ============================================================================== > --- head/usr.bin/dtc/Makefile Mon Oct 26 10:09:08 2015 (r289994) > +++ head/usr.bin/dtc/Makefile Mon Oct 26 10:37:17 2015 (r289995) > @@ -6,6 +6,8 @@ MAN= dtc.1 > > WARNS?= 3 > > +CXXFLAGS+= -std=c++11 > + > NO_SHARED?=NO > > .include <bsd.prog.mk> > Just jumping on that one, you should probably revisit de HACKING files :) Bapt [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlYuBRcACgkQ8kTtMUmk6Ex2sgCgjAKOkbb49S4q+km3C+vxAnQI FHgAoIaJb/4JeRBG5iyFZ/ZECGBFG1Gw =Fknp -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151026104855.GE17025>
