Ensure that dtc is built in C++11 mode.

Reported by:	George Abdelmalik
This commit is contained in:
theraven 2015-10-26 10:37:17 +00:00
parent 14a87e901c
commit 9baf3f008e

View File

@ -6,6 +6,8 @@ MAN= dtc.1
WARNS?= 3
CXXFLAGS+= -std=c++11
NO_SHARED?=NO
.include <bsd.prog.mk>