summaryrefslogtreecommitdiff
path: root/recipes-qt/qt5/files/0017-qt5-workaround-gcc48-arm-build-failure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/files/0017-qt5-workaround-gcc48-arm-build-failure.patch')
-rw-r--r--recipes-qt/qt5/files/0017-qt5-workaround-gcc48-arm-build-failure.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-qt/qt5/files/0017-qt5-workaround-gcc48-arm-build-failure.patch b/recipes-qt/qt5/files/0017-qt5-workaround-gcc48-arm-build-failure.patch
new file mode 100644
index 0000000..33882a3
--- /dev/null
+++ b/recipes-qt/qt5/files/0017-qt5-workaround-gcc48-arm-build-failure.patch
@@ -0,0 +1,11 @@
+--- a/src/tools/qdoc/qdoc.pro.orig 2014-07-06 21:10:09.054048842 +0200
++++ b/src/tools/qdoc/qdoc.pro 2014-07-06 21:11:00.960577053 +0200
+@@ -74,6 +74,8 @@
+ tree.cpp \
+ yyindent.cpp
+
++QMAKE_CXXFLAGS_CXX11 =
++
+ ### QML/JS Parser ###
+
+ include(qmlparser/parser.pri)