void-packages/srcpkgs/thunderbird/patches/fix-tools.patch
mmnmnnmnmm 08dacf2753 thunderbird: update to 78.6.0.
- sync patches with firefox-esr
- add --allow-addon-sideload to mozconfig so language packs work
2021-01-08 23:49:47 -03:00

13 lines
402 B
Diff

--- tools/profiler/core/platform-linux-android.cpp.orig 2019-01-29 12:09:40.980448579 +0100
+++ tools/profiler/core/platform-linux-android.cpp 2019-01-29 12:11:09.689590967 +0100
@@ -497,8 +501,10 @@
ucontext_t sSyncUContext;
void Registers::SyncPopulate() {
+#if defined(__GLIBC__)
if (!getcontext(&sSyncUContext)) {
PopulateRegsFromContext(*this, &sSyncUContext);
}
+#endif
}
#endif