diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2011-02-11 03:06:02 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2011-02-11 03:06:02 +0000 |
commit | f259566108892351d3632c07a73d13c19134360f (patch) | |
tree | d8c04c2dd9d515238e6ff20e97948fc22f7f82be /www/firefox-esr/files/patch-xpcom_base_nsStackWalk.cpp | |
parent | - Update to 1.16.2 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_4_0'.release/7.4.0
Diffstat (limited to 'www/firefox-esr/files/patch-xpcom_base_nsStackWalk.cpp')
-rw-r--r-- | www/firefox-esr/files/patch-xpcom_base_nsStackWalk.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/firefox-esr/files/patch-xpcom_base_nsStackWalk.cpp b/www/firefox-esr/files/patch-xpcom_base_nsStackWalk.cpp deleted file mode 100644 index 3485b1509ad1..000000000000 --- a/www/firefox-esr/files/patch-xpcom_base_nsStackWalk.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - |