summaryrefslogtreecommitdiffstats
path: root/usr.bin/dtc
diff options
context:
space:
mode:
authortheraven <theraven@FreeBSD.org>2015-10-26 10:37:17 +0000
committertheraven <theraven@FreeBSD.org>2015-10-26 10:37:17 +0000
commit9baf3f008e42fc600e70584a39c2a6bb064fa835 (patch)
tree1143373915cf292e39d2f5156ccc66548d2fa2a5 /usr.bin/dtc
parent14a87e901cd63ac7ca1b0a0ffa808e119423f247 (diff)
downloadFreeBSD-src-9baf3f008e42fc600e70584a39c2a6bb064fa835.zip
FreeBSD-src-9baf3f008e42fc600e70584a39c2a6bb064fa835.tar.gz
Ensure that dtc is built in C++11 mode.
Reported by: George Abdelmalik
Diffstat (limited to 'usr.bin/dtc')
-rw-r--r--usr.bin/dtc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/dtc/Makefile b/usr.bin/dtc/Makefile
index 78973fc..a6c722a 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud