File: c%2B%2B11

package info (click to toggle)
foundry 0.0.20130809-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 632 kB
  • ctags: 2,340
  • sloc: cpp: 6,376; yacc: 366; makefile: 192; lex: 184
file content (15 lines) | stat: -rw-r--r-- 379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Use C++11 even if CXXFLAGS have been passed
Author: Simon Richter <sjr@debian.org>
Last-Update: 2013-08-09

--- foundry-0.0.20130809.orig/lang/Makefile
+++ foundry-0.0.20130809/lang/Makefile
@@ -7,7 +7,7 @@ CPPFLAGS ?=
 CXXFLAGS ?= -W -Wall -Werror -g
 LDFLAGS ?= -W -Wall -Werror -g
 
-CXXFLAGS += -std=c++0x
+override CXXFLAGS += -std=c++0x
 
 MKDIR ?= mkdir -p