summarylogtreecommitdiffstats
path: root/libstd.patch
diff options
context:
space:
mode:
authorStefan Husmann2016-01-24 18:43:55 +0100
committerStefan Husmann2016-01-24 18:43:55 +0100
commita0f1fc5a03307121fafeb8e350058d1564070c8b (patch)
tree510701092a66db38822aff690de8e802d9793816 /libstd.patch
parent03b702a0c0d85baec968bc24204af7ea894133ba (diff)
downloadaur-a0f1fc5a03307121fafeb8e350058d1564070c8b.tar.gz
adopt again, new patches
Diffstat (limited to 'libstd.patch')
-rw-r--r--libstd.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/libstd.patch b/libstd.patch
new file mode 100644
index 000000000000..a74f8ee65c59
--- /dev/null
+++ b/libstd.patch
@@ -0,0 +1,22 @@
+--- textroom-0.8.2/application/application.pro 2011-01-22 03:25:20.000000000 +0100
++++ textroom-0.8.2/application/application.pro2 2016-01-24 18:36:39.993915633 +0100
+@@ -5,7 +5,8 @@
+ ui
+
+ linux-g++ {
+- INCLUDEPATH += . \
++QMAKE_CXXFLAGS += -std=c++11
++INCLUDEPATH += . \
+ src \
+ src/include \
+ /usr/include \
+--- textroom-0.8.2/library/library.pro 2011-01-17 12:28:32.000000000 +0100
++++ textroom-0.8.2/library/library.pro2 2016-01-24 18:37:34.743582095 +0100
+@@ -6,6 +6,7 @@
+ DESTDIR = $$LIB_DIR
+ TARGET = flo
+ QT += opengl xml
++QMAKE_CXXFLAGS += -std=c++11
+
+ HEADERS += block.h \
+ blockpropertymodel.h \