summarylogtreecommitdiffstats
path: root/qt4-detect-gcc6.patch
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2017-02-18 11:23:49 -0800
committerLlewelyn Trahaearn2017-02-18 11:23:49 -0800
commitbef4f7fb2f5bbbeb5da6959c5757cd108db51996 (patch)
treeb4778f34e36bce66c7afa554243f3c806be13063 /qt4-detect-gcc6.patch
parent77e07c49a2e24c4d64fa1b25fb54c123a7367136 (diff)
downloadaur-bef4f7fb2f5bbbeb5da6959c5757cd108db51996.tar.gz
Adopted, rebased on PKGBUILD from [Extra]. Clang no longer used.
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"