]> xenbits.xensource.com Git - people/liuw/freebsd.git/commitdiff
Ensure that dtc is built in C++11 mode.
authortheraven <theraven@FreeBSD.org>
Mon, 26 Oct 2015 10:37:17 +0000 (10:37 +0000)
committertheraven <theraven@FreeBSD.org>
Mon, 26 Oct 2015 10:37:17 +0000 (10:37 +0000)
Reported by: George Abdelmalik

usr.bin/dtc/Makefile

index 78973fcd9b6a36bdf155bf8354e90fd4395cb290..a6c722a053421187efa2dd57b84d229ccaf01530 100644 (file)
@@ -6,6 +6,8 @@ MAN=    dtc.1
 
 WARNS?=        3
 
+CXXFLAGS+=     -std=c++11
+
 NO_SHARED?=NO
 
 .include <bsd.prog.mk>