svn commit: r289995 - head/usr.bin/dtc
Baptiste Daroussin
bapt at FreeBSD.org
Mon Oct 26 10:48:59 UTC 2015
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20151026/3d1be5aa/attachment.bin>
More information about the svn-src-all
mailing list