diff options
Diffstat (limited to 'mail/thunderbird-esr/files/patch-bug781457')
-rw-r--r-- | mail/thunderbird-esr/files/patch-bug781457 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/thunderbird-esr/files/patch-bug781457 b/mail/thunderbird-esr/files/patch-bug781457 new file mode 100644 index 000000000000..1a883966b942 --- /dev/null +++ b/mail/thunderbird-esr/files/patch-bug781457 @@ -0,0 +1,10 @@ +--- mozilla/xpcom/base/nsStackWalk.cpp.orig 2010-09-12 19:34:04.012503905 +0300 ++++ mozilla/xpcom/base/nsStackWalk.cpp 2010-09-12 19:34:41.294462134 +0300 +@@ -1123,6 +1123,7 @@ NS_StackWalk(NS_WalkStackCallback aCallb + + #elif defined(HAVE__UNWIND_BACKTRACE) + ++#define _GNU_SOURCE + // libgcc_s.so symbols _Unwind_Backtrace@@GCC_3.3 and _Unwind_GetIP@@GCC_3.0 + #include <unwind.h> + |