diff options
author | beat <beat@FreeBSD.org> | 2010-10-21 01:01:29 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2010-10-21 01:01:29 +0800 |
commit | dd03556a4ba2578ad9ddce4694ab6796cb3cfaa0 (patch) | |
tree | a3f428237389614d35b8ccb9dcfa94067297a810 /mail/thunderbird/files | |
parent | b57afab55702fd7aa15cd63c7aac3533e0ef8317 (diff) | |
download | freebsd-ports-gnome-dd03556a4ba2578ad9ddce4694ab6796cb3cfaa0.tar.gz freebsd-ports-gnome-dd03556a4ba2578ad9ddce4694ab6796cb3cfaa0.tar.zst freebsd-ports-gnome-dd03556a4ba2578ad9ddce4694ab6796cb3cfaa0.zip |
- Update to 3.1.5
- Unbreak with recent versions of GCC [1]
Submitted by: Andriy Gapon <avg AT icyb.net.ua> [1]
Security: http://www.vuxml.org/freebsd/c4f067b9-dc4a-11df-8e32-000f20797ede.html
Diffstat (limited to 'mail/thunderbird/files')
-rw-r--r-- | mail/thunderbird/files/patch-mozilla-xpcom-base-nsStackWalk.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-mozilla-xpcom-base-nsStackWalk.cpp b/mail/thunderbird/files/patch-mozilla-xpcom-base-nsStackWalk.cpp new file mode 100644 index 000000000000..4d2bca2ca692 --- /dev/null +++ b/mail/thunderbird/files/patch-mozilla-xpcom-base-nsStackWalk.cpp @@ -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 +@@ -41,6 +41,7 @@ + /* API for getting a stack trace of the C/C++ stack on the current thread */ + + #include "nsStackWalk.h" ++#include <dlfcn.h> + + #if defined(_WIN32) && (defined(_M_IX86) || defined(_M_AMD64) || defined(_M_IA64)) && !defined(WINCE) // WIN32 x86 stack walking code + |