git: ad5fedf36832 - main - converters/wkhtmltopdf: Fix build on -CURRENT.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Nov 2021 03:00:09 UTC
The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/ports/commit/?id=ad5fedf36832fd7e2447d8c4cb6b54128a2fcb20 commit ad5fedf36832fd7e2447d8c4cb6b54128a2fcb20 Author: Xin LI <delphij@FreeBSD.org> AuthorDate: 2021-11-26 02:59:00 +0000 Commit: Xin LI <delphij@FreeBSD.org> CommitDate: 2021-11-26 02:59:54 +0000 converters/wkhtmltopdf: Fix build on -CURRENT. Approved by: portmgr (build fix blanket) --- converters/wkhtmltopdf/files/patch-configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converters/wkhtmltopdf/files/patch-configure b/converters/wkhtmltopdf/files/patch-configure index d3d09a1ccd19..e891e62e62a9 100644 --- a/converters/wkhtmltopdf/files/patch-configure +++ b/converters/wkhtmltopdf/files/patch-configure @@ -5,7 +5,7 @@ # Check gcc's version case "$(${QMAKE_CONF_COMPILER} -dumpversion)" in - 8*|7*|6*|5*|4*|3.4*) -+ 12*|11*|10*|9*|8*|7*|6*|5*|4*|3.4*) ++ 13*|12*|11*|10*|9*|8*|7*|6*|5*|4*|3.4*) ;; 3.3*) canBuildWebKit="no"