Author: theraven
Date: Mon Oct 26 10:37:17 2015
New Revision: 289995
URL: https://svnweb.freebsd.org/changeset/base/289995

Log:
  Ensure that dtc is built in C++11 mode.
  
  Reported by:  George Abdelmalik

Modified:
  head/usr.bin/dtc/Makefile

Modified: head/usr.bin/dtc/Makefile
==============================================================================
--- head/usr.bin/dtc/Makefile   Mon Oct 26 10:09:08 2015        (r289994)
+++ head/usr.bin/dtc/Makefile   Mon Oct 26 10:37:17 2015        (r289995)
@@ -6,6 +6,8 @@ MAN=    dtc.1
 
 WARNS?=        3
 
+CXXFLAGS+=     -std=c++11
+
 NO_SHARED?=NO
 
 .include <bsd.prog.mk>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to