[packages/qt4] add support for gcc 10 (and all gcc up to 99)
atler
atler at pld-linux.org
Sat Jul 4 12:33:12 CEST 2020
commit 635fde71084799c8faab08802150a3d6f2416d5a
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Jul 4 12:32:01 2020 +0200
add support for gcc 10 (and all gcc up to 99)
gcc9.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gcc9.patch b/gcc9.patch
index 787cd7d..4c47693 100644
--- a/gcc9.patch
+++ b/gcc9.patch
@@ -5,7 +5,7 @@
# Check gcc's version
case "$(${QMAKE_CONF_COMPILER} -dumpversion)" in
- 8*|7*|6*|5*|4*|3.4*)
-+ 9*|8*|7*|6*|5*|4*|3.4*)
++ [1-9][0-9]*|9*|8*|7*|6*|5*|4*|3.4*)
;;
3.3*)
canBuildWebKit="no"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qt4.git/commitdiff/635fde71084799c8faab08802150a3d6f2416d5a
More information about the pld-cvs-commit
mailing list