From e713ba26f25f5a32785efb3806dc64175107dcea Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Mon, 26 Oct 2015 10:37:17 +0000 Subject: [PATCH] Ensure that dtc is built in C++11 mode. Reported by: George Abdelmalik --- usr.bin/dtc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/dtc/Makefile b/usr.bin/dtc/Makefile index 78973fcd9b6a..a6c722a05342 100644 --- a/usr.bin/dtc/Makefile +++ b/usr.bin/dtc/Makefile @@ -6,6 +6,8 @@ MAN= dtc.1 WARNS?= 3 +CXXFLAGS+= -std=c++11 + NO_SHARED?=NO .include