diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2021-10-23 21:17:32 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2021-10-23 21:17:32 -0500 |
commit | cce72287a527b46808158af6d6946cd57dfcaeec (patch) | |
tree | df672abbe2babacba82be27e1f7b04c87ba99518 /experimental/thunderbird/stackwalk-x86-ppc.patch | |
parent | 4613eb823f0ad14257e0de868e78f457a263959f (diff) | |
download | packages-cce72287a527b46808158af6d6946cd57dfcaeec.tar.gz packages-cce72287a527b46808158af6d6946cd57dfcaeec.tar.bz2 packages-cce72287a527b46808158af6d6946cd57dfcaeec.tar.xz packages-cce72287a527b46808158af6d6946cd57dfcaeec.zip |
{experimental,legacy}/*: remove unneeded pkgs
The Thunderbird 60 release is no longer useful.
The legacy packages shown here are not useful and not coming back.
Diffstat (limited to 'experimental/thunderbird/stackwalk-x86-ppc.patch')
-rw-r--r-- | experimental/thunderbird/stackwalk-x86-ppc.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/experimental/thunderbird/stackwalk-x86-ppc.patch b/experimental/thunderbird/stackwalk-x86-ppc.patch deleted file mode 100644 index 5a4189847..000000000 --- a/experimental/thunderbird/stackwalk-x86-ppc.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- thunderbird-52.6.0/mozglue/misc/StackWalk.cpp -+++ thunderbird-52.6.0/mozglue/misc/StackWalk.cpp -@@ -41,13 +41,7 @@ static CriticalAddress gCriticalAddress; - #define MOZ_STACKWALK_SUPPORTS_MACOSX 0 - #endif - --#if (defined(linux) && \ -- ((defined(__GNUC__) && (defined(__i386) || defined(PPC))) || \ -- defined(HAVE__UNWIND_BACKTRACE))) --#define MOZ_STACKWALK_SUPPORTS_LINUX 1 --#else - #define MOZ_STACKWALK_SUPPORTS_LINUX 0 --#endif - - #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) - #define HAVE___LIBC_STACK_END 1 |