]> git.pld-linux.org Git - packages/qt4.git/blobdiff - gcc9.patch
add support for gcc 10 (and all gcc up to 99)
[packages/qt4.git] / gcc9.patch
index 787cd7d52a164304174d6d113516553ce1dd3e0f..4c4769309b90a84c7636fc5e4dce0a268d7bbb5a 100644 (file)
@@ -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"
This page took 0.074777 seconds and 4 git commands to generate.