File: c%2B%2B11.patch

package info (click to toggle)
xxdiff 1%3A4.0.1%2Bhg487%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,724 kB
  • ctags: 2,250
  • sloc: cpp: 18,524; python: 6,134; sh: 1,550; ansic: 1,537; perl: 308; lex: 284; yacc: 279; lisp: 250; tcl: 213; makefile: 86
file content (14 lines) | stat: -rw-r--r-- 429 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: building against Qt5 requires at least C++11
Author: Florian Schlichting <fsfs@debian.org>

--- a/src/xxdiff.pro
+++ b/src/xxdiff.pro
@@ -111,7 +111,7 @@
 #linux-g++:QMAKE_LIBS += -lmpatrol -lbfd -liberty
 
 # auto_ptr deprecated in C++11, removed in C++17
-linux: QMAKE_CXXFLAGS += -std=c++03
+linux: QMAKE_CXXFLAGS += -std=c++11
 
 #----------------------------------------
 # Max OS X with XFree86 port, macx-g++