summaryrefslogtreecommitdiff
path: root/www/firefox-esr/files/patch-xpcom_base_nsStackWalk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox-esr/files/patch-xpcom_base_nsStackWalk.cpp')
-rw-r--r--www/firefox-esr/files/patch-xpcom_base_nsStackWalk.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/firefox-esr/files/patch-xpcom_base_nsStackWalk.cpp b/www/firefox-esr/files/patch-xpcom_base_nsStackWalk.cpp
index 3485b1509ad1..d9956b6852c3 100644
--- a/www/firefox-esr/files/patch-xpcom_base_nsStackWalk.cpp
+++ b/www/firefox-esr/files/patch-xpcom_base_nsStackWalk.cpp
@@ -1,11 +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 @@
+--- xpcom/base/nsStackWalk.cpp.orig 2010-12-15 02:03:41.000000000 +0100
++++ xpcom/base/nsStackWalk.cpp 2010-12-15 11:28:20.000000000 +0100
+@@ -1137,7 +1137,7 @@
#define __USE_GNU
#endif
--#if defined(HAVE_LIBDL) || defined(XP_MACOSX)
-+#if defined(HAVE_LIBDL) || defined(XP_MACOSX) || defined(__FreeBSD__)
+-#if defined(HAVE_DLOPEN) || defined(XP_MACOSX)
++#if defined(HAVE_DLOPEN) || defined(XP_MACOSX) || defined(__FreeBSD__)
#include <dlfcn.h>
#endif