summaryrefslogtreecommitdiff
path: root/dev-python/wxpython/files/wxpython-4.2.2-no-stacktrace.patch
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/wxpython/files/wxpython-4.2.2-no-stacktrace.patch
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/wxpython/files/wxpython-4.2.2-no-stacktrace.patch')
-rw-r--r--dev-python/wxpython/files/wxpython-4.2.2-no-stacktrace.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-python/wxpython/files/wxpython-4.2.2-no-stacktrace.patch b/dev-python/wxpython/files/wxpython-4.2.2-no-stacktrace.patch
deleted file mode 100644
index f387612522bd..000000000000
--- a/dev-python/wxpython/files/wxpython-4.2.2-no-stacktrace.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-https://bugs.gentoo.org/924057
-
---- a/sip/cpp/sip_corewxAppTraits.cpp
-+++ b/sip/cpp/sip_corewxAppTraits.cpp
-@@ -471,7 +471,11 @@
- PyErr_Clear();
-
- Py_BEGIN_ALLOW_THREADS
-+ #ifdef __GLIBC__
- sipRes = new ::wxString((sipSelfWasArg ? sipCpp->::wxAppTraits::GetAssertStackTrace() : sipCpp->GetAssertStackTrace()));
-+ #else
-+ sipRes = new ::wxString("");
-+ #endif
- Py_END_ALLOW_THREADS
-
- if (PyErr_Occurred())