summaryrefslogtreecommitdiff
path: root/usr.bin/dtc
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2015-10-26 10:37:17 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2015-10-26 10:37:17 +0000
commite713ba26f25f5a32785efb3806dc64175107dcea (patch)
tree1143373915cf292e39d2f5156ccc66548d2fa2a5 /usr.bin/dtc
parent24ef40dee3e3a7b8fb4cdcac8178770c753ecc85 (diff)
downloadsrc-test-e713ba26f25f5a32785efb3806dc64175107dcea.tar.gz
src-test-e713ba26f25f5a32785efb3806dc64175107dcea.zip
Ensure that dtc is built in C++11 mode.
Reported by: George Abdelmalik
Notes
Notes: svn path=/head/; revision=289995
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 78973fcd9b6a3..a6c722a053421 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>