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
signature.asc
Description: PGP signature
