summarylogtreecommitdiffstats
path: root/qt4-detect-gcc6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qt4-detect-gcc6.patch')
-rw-r--r--qt4-detect-gcc6.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/qt4-detect-gcc6.patch b/qt4-detect-gcc6.patch
deleted file mode 100644
index d96e68a00abc..000000000000
--- a/qt4-detect-gcc6.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure 2016-10-25 12:32:37.284859031 +0200
-+++ b/configure 2016-10-25 12:33:02.568191269 +0200
-@@ -7734,7 +7734,7 @@
- *-g++*)
- # Check gcc's version
- case "$(${QMAKE_CONF_COMPILER} -dumpversion)" in
-- 5*|4*|3.4*)
-+ 8*|7*|6*|5*|4*|3.4*)
- ;;
- 3.3*)
- canBuildWebKit="no"