aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViolet Purcell <vimproved@inventati.org>2023-06-17 21:05:29 +0000
committerSam James <sam@gentoo.org>2023-07-08 06:29:26 +0100
commit3c3b356a62beef9feb5aedfa67f93ef38509b139 (patch)
treef026755a9ab23a0202d37a9d8c42aad727866567 /dev-qt/qtwebengine/files/qtwebengine-6.5.1-musl-canonicalize-file-name.patch
parentnet-misc/connman: treeclean (diff)
downloadmusl-3c3b356a62beef9feb5aedfa67f93ef38509b139.tar.gz
musl-3c3b356a62beef9feb5aedfa67f93ef38509b139.tar.bz2
musl-3c3b356a62beef9feb5aedfa67f93ef38509b139.zip
dev-qt/qtwebengine: Add qt6, bump qt5 version
Signed-off-by: Violet Purcell <vimproved@inventati.org> Closes: https://github.com/gentoo/musl/pull/481 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/files/qtwebengine-6.5.1-musl-canonicalize-file-name.patch')
-rw-r--r--dev-qt/qtwebengine/files/qtwebengine-6.5.1-musl-canonicalize-file-name.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.5.1-musl-canonicalize-file-name.patch b/dev-qt/qtwebengine/files/qtwebengine-6.5.1-musl-canonicalize-file-name.patch
new file mode 100644
index 00000000..c192269a
--- /dev/null
+++ b/dev-qt/qtwebengine/files/qtwebengine-6.5.1-musl-canonicalize-file-name.patch
@@ -0,0 +1,16 @@
+https://git.alpinelinux.org/aports/tree/testing/qt6-qtwebengine/0010-canonicalize-file-name.patch
+
+no canonicalize_file_name on musl. funnily, the file using this says this is
+not portable, but avoids the nonportability of realpath(path, NULL);
+
+--- a/src/3rdparty/chromium/third_party/nasm/config/config-linux.h
++++ b/src/3rdparty/chromium/third_party/nasm/config/config-linux.h
+@@ -139,7 +139,7 @@
+ #define HAVE_ACCESS 1
+
+ /* Define to 1 if you have the `canonicalize_file_name' function. */
+-#define HAVE_CANONICALIZE_FILE_NAME 1
++/* #define HAVE_CANONICALIZE_FILE_NAME 1 */
+
+ /* Define to 1 if you have the `cpu_to_le16' intrinsic function. */
+ /* #undef HAVE_CPU_TO_LE16 */