diff options
Diffstat (limited to 'converters/wkhtmltopdf/files/patch-configure')
-rw-r--r-- | converters/wkhtmltopdf/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/converters/wkhtmltopdf/files/patch-configure b/converters/wkhtmltopdf/files/patch-configure new file mode 100644 index 000000000000..dc66464e5d32 --- /dev/null +++ b/converters/wkhtmltopdf/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2018-05-29 06:56:52 UTC ++++ configure +@@ -7754,7 +7754,7 @@ case "$XPLATFORM" in + *-g++*) + # Check gcc's version + case "$(${QMAKE_CONF_COMPILER} -dumpversion)" in +- 8*|7*|6*|5*|4*|3.4*) ++ 11*|10*|9*|8*|7*|6*|5*|4*|3.4*) + ;; + 3.3*) + canBuildWebKit="no" |