diff options
Diffstat (limited to 'www/firefox36/files/patch-xpcom_base_nsStackWalk.cpp')
-rw-r--r-- | www/firefox36/files/patch-xpcom_base_nsStackWalk.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/firefox36/files/patch-xpcom_base_nsStackWalk.cpp b/www/firefox36/files/patch-xpcom_base_nsStackWalk.cpp new file mode 100644 index 000000000000..3485b1509ad1 --- /dev/null +++ b/www/firefox36/files/patch-xpcom_base_nsStackWalk.cpp @@ -0,0 +1,11 @@ +--- xpcom/base/nsStackWalk.cpp.orig 2010-01-11 02:11:49.000000000 -0500 ++++ xpcom/base/nsStackWalk.cpp 2010-01-11 02:13:26.000000000 -0500 +@@ -1132,7 +1132,7 @@ + #define __USE_GNU + #endif + +-#if defined(HAVE_LIBDL) || defined(XP_MACOSX) ++#if defined(HAVE_LIBDL) || defined(XP_MACOSX) || defined(__FreeBSD__) + #include <dlfcn.h> + #endif + |