summarylogtreecommitdiffstats
path: root/cpp11.diff
diff options
context:
space:
mode:
authoryparitcher2020-06-05 14:10:09 -0400
committeryparitcher2020-06-05 14:10:09 -0400
commit340d24433e419cdbe2d16c32c174b8c9e3e22955 (patch)
tree1a5997263eb16b43b677eecaf3b6443969c7261b /cpp11.diff
parentc06adfa86891359fc4e82f17f4e207da16655e50 (diff)
downloadaur-340d24433e419cdbe2d16c32c174b8c9e3e22955.tar.gz
remove unneeded patch
Diffstat (limited to 'cpp11.diff')
-rw-r--r--cpp11.diff14
1 files changed, 0 insertions, 14 deletions
diff --git a/cpp11.diff b/cpp11.diff
deleted file mode 100644
index 3daea408f126..000000000000
--- a/cpp11.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-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++