summaryrefslogtreecommitdiff
path: root/usr.bin/dtc
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2019-03-29 18:16:33 +0000
committerEnji Cooper <ngie@FreeBSD.org>2019-03-29 18:16:33 +0000
commit752cabaa1cf94dff142dfe91161f627df793c2f8 (patch)
tree56c529711cd8f3d7791fa3caf99f1256719fabbf /usr.bin/dtc
parent9a41926bfb664dd77659d1615ba55d75c2c530a8 (diff)
downloadsrc-test-752cabaa1cf94dff142dfe91161f627df793c2f8.tar.gz
src-test-752cabaa1cf94dff142dfe91161f627df793c2f8.zip
Revert r345704
I accidentally committed code from two reviews. I will reintroduce the code to bsd.progs.mk as part of a separate commit from r345704. Approved by: emaste (mentor, implicit) MFC after: 2 months MFC with: r345704
Notes
Notes: svn path=/head/; revision=345705
Diffstat (limited to 'usr.bin/dtc')
-rw-r--r--usr.bin/dtc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/dtc/Makefile b/usr.bin/dtc/Makefile
index 92769609d034e..a834f622601f0 100644
--- a/usr.bin/dtc/Makefile
+++ b/usr.bin/dtc/Makefile
@@ -6,7 +6,7 @@ MAN= dtc.1
WARNS?= 3
-CXXFLAGS+= -fno-rtti -fno-exceptions
+CXXFLAGS+= -std=c++11 -fno-rtti -fno-exceptions
NO_SHARED?=NO