git: 1049d80399ac - main - converters/wkhtmltopdf: Fix build on aarch64.
Mikael Urankar
mikael at FreeBSD.org
Fri Sep 17 07:15:33 UTC 2021
The branch main has been updated by mikael:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1049d80399ac327964eca41e4188f988430c5f7c
commit 1049d80399ac327964eca41e4188f988430c5f7c
Author: Mikael Urankar <mikael at FreeBSD.org>
AuthorDate: 2021-09-16 13:32:56 +0000
Commit: Mikael Urankar <mikael at FreeBSD.org>
CommitDate: 2021-09-17 07:07:00 +0000
converters/wkhtmltopdf: Fix build on aarch64.
QtWebkit module is not built on aarch64 if clang12 is not recognize.
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 dc66464e5d32..d3d09a1ccd19 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*)
-+ 11*|10*|9*|8*|7*|6*|5*|4*|3.4*)
++ 12*|11*|10*|9*|8*|7*|6*|5*|4*|3.4*)
;;
3.3*)
canBuildWebKit="no"
More information about the dev-commits-ports-all
mailing list