Date: Thu, 23 Sep 2010 16:10:35 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r406 - branches/experimental/mail/thunderbird/files branches/experimental/mail/thunderbird3/files trunk/mail/thunderbird/files trunk/mail/thunderbird3/files Message-ID: <201009231610.o8NGAZSE070755@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: beat Date: Thu Sep 23 16:10:34 2010 New Revision: 406 Log: - Unbreak with recent versions of GCC Submitted by: Andriy Gapon <avg AT icyb.net.ua> Added: branches/experimental/mail/thunderbird/files/patch-mozilla-xpcom-base-nsStackWalk.cpp branches/experimental/mail/thunderbird3/files/patch-mozilla-xpcom-base-nsStackWalk.cpp trunk/mail/thunderbird/files/patch-mozilla-xpcom-base-nsStackWalk.cpp trunk/mail/thunderbird3/files/patch-mozilla-xpcom-base-nsStackWalk.cpp Added: branches/experimental/mail/thunderbird/files/patch-mozilla-xpcom-base-nsStackWalk.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/mail/thunderbird/files/patch-mozilla-xpcom-base-nsStackWalk.cpp Thu Sep 23 16:10:34 2010 (r406) @@ -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 + Added: branches/experimental/mail/thunderbird3/files/patch-mozilla-xpcom-base-nsStackWalk.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/mail/thunderbird3/files/patch-mozilla-xpcom-base-nsStackWalk.cpp Thu Sep 23 16:10:34 2010 (r406) @@ -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 + Added: trunk/mail/thunderbird/files/patch-mozilla-xpcom-base-nsStackWalk.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird/files/patch-mozilla-xpcom-base-nsStackWalk.cpp Thu Sep 23 16:10:34 2010 (r406) @@ -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 + Added: trunk/mail/thunderbird3/files/patch-mozilla-xpcom-base-nsStackWalk.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird3/files/patch-mozilla-xpcom-base-nsStackWalk.cpp Thu Sep 23 16:10:34 2010 (r406) @@ -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 +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009231610.o8NGAZSE070755>