From 3c3b356a62beef9feb5aedfa67f93ef38509b139 Mon Sep 17 00:00:00 2001 From: Violet Purcell Date: Sat, 17 Jun 2023 21:05:29 +0000 Subject: dev-qt/qtwebengine: Add qt6, bump qt5 version Signed-off-by: Violet Purcell Closes: https://github.com/gentoo/musl/pull/481 Signed-off-by: Sam James --- ...qtwebengine-6.5.1-musl-disable-glibc-check.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dev-qt/qtwebengine/files/qtwebengine-6.5.1-musl-disable-glibc-check.patch (limited to 'dev-qt/qtwebengine/files/qtwebengine-6.5.1-musl-disable-glibc-check.patch') diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.5.1-musl-disable-glibc-check.patch b/dev-qt/qtwebengine/files/qtwebengine-6.5.1-musl-disable-glibc-check.patch new file mode 100644 index 00000000..ef690267 --- /dev/null +++ b/dev-qt/qtwebengine/files/qtwebengine-6.5.1-musl-disable-glibc-check.patch @@ -0,0 +1,21 @@ +https://git.alpinelinux.org/aports/tree/testing/qt6-qtwebengine/remove-glibc-check.patch + +Qt checks if glibc is available and if not disables large part of Qt6WebEngine and thus cripples functionality. +However these parts work fine with Musl so there is no need to disable them. - Alpine + +Just remove the check so it builds again. + +--- a/configure.cmake ++++ b/configure.cmake +@@ -403,11 +403,6 @@ add_check_for_support( + CONDITION NOT LINUX OR PkgConfig_FOUND + MESSAGE "A pkg-config support is required." + ) +-add_check_for_support( +- MODULES QtWebEngine QtPdf +- CONDITION NOT LINUX OR TEST_glibc +- MESSAGE "A suitable version >= 2.17 of glibc is required." +-) + add_check_for_support( + MODULES QtWebEngine QtPdf + CONDITION NOT LINUX OR TEST_khr -- cgit v1.2.3-65-gdbad