mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-qt/qt-creator: update live
Closes: https://bugs.gentoo.org/980839 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
execinfo is unavailable with musl (unless opt to package+use libexecinfo)
|
||||
--- a/src/libs/utils/qtcassert.cpp
|
||||
+++ b/src/libs/utils/qtcassert.cpp
|
||||
@@ -10,3 +10,3 @@
|
||||
|
||||
-#if defined(Q_OS_UNIX) && !defined(__EMSCRIPTEN__)
|
||||
+#if defined(Q_OS_UNIX) && !defined(__EMSCRIPTEN__) && defined(__GLIBC__)
|
||||
#include <execinfo.h>
|
||||
@@ -29,3 +29,3 @@
|
||||
maxdepth = ArraySize;
|
||||
-#if defined(Q_OS_UNIX) && !defined(__EMSCRIPTEN__)
|
||||
+#if defined(Q_OS_UNIX) && !defined(__EMSCRIPTEN__) && defined(__GLIBC__)
|
||||
void *bt[ArraySize] = {nullptr};
|
||||
@@ -96,7 +96,7 @@ BDEPEND="
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-16.0.0-musl-no-execinfo.patch
|
||||
"${FILESDIR}"/${PN}-21.0.0-musl-no-execinfo.patch
|
||||
"${FILESDIR}"/${PN}-12.0.0-musl-no-malloc-trim.patch
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user