From ac0bbbdc782c5301108050f489f4d1b068ef787c Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 30 May 2022 18:59:19 -0500 Subject: user/qt5: Update to 5.15.4 This includes KDE LTS patches when available. --- user/qt5-qtpositioning/no-getting-thread-names.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 user/qt5-qtpositioning/no-getting-thread-names.patch (limited to 'user/qt5-qtpositioning/no-getting-thread-names.patch') diff --git a/user/qt5-qtpositioning/no-getting-thread-names.patch b/user/qt5-qtpositioning/no-getting-thread-names.patch deleted file mode 100644 index 63aa8f66c..000000000 --- a/user/qt5-qtpositioning/no-getting-thread-names.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- qtlocation-opensource-src-5.9.6/src/3rdparty/mapbox-gl-native/platform/default/thread.cpp.old 2017-11-29 18:38:56.000000000 +0000 -+++ qtlocation-opensource-src-5.9.6/src/3rdparty/mapbox-gl-native/platform/default/thread.cpp 2018-07-16 09:24:16.990000000 +0000 -@@ -11,7 +11,9 @@ - - std::string getCurrentThreadName() { - char name[32] = "unknown"; -+#ifdef __GLIBC__ - pthread_getname_np(pthread_self(), name, sizeof(name)); -+#endif - - return name; - } -- cgit v1.2.3-60-g2f50