Obsolete library/mozjs-60
[oi-userland.git] / components / encumbered / megasync / patches / 13-solaris_lwp.h.patch
blob266353d2d4fb8f4ec5dc0a4d08b09921e8ea555b
1 --- MEGAsync_ori/src/MEGASync/google_breakpad/client/solaris/handler/solaris_lwp.h Wed Jan 26 20:25:17 2022
2 +++ MEGAsync_patched/src/MEGASync/google_breakpad/client/solaris/handler/solaris_lwp.h Sat Mar 5 15:56:15 2022
3 @@ -36,6 +36,8 @@
4 #define TARGET_CPU_SPARC 1
5 #elif defined(i386) || defined(__i386)
6 #define TARGET_CPU_X86 1
7 +#elif defined(amd64) || defined(__amd64)
8 +#define TARGET_CPU_X86_64 1
9 #else
10 #error "cannot determine cpu type"
11 #endif