tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

27-windows-sdk-26100.patch (413B)


      1 diff -r a3d508507022 gfx/cairo/cairo/src/cairo-compiler-private.h
      2 --- a/gfx/cairo/cairo/src/cairo-compiler-private.h	Mon Feb 24 15:57:17 2025 +0000
      3 +++ b/gfx/cairo/cairo/src/cairo-compiler-private.h	Mon Feb 24 23:54:13 2025 -0500
      4 @@ -144,7 +144,7 @@
      5 #define unlikely(expr) (expr)
      6 #endif
      7 
      8 -#ifndef __GNUC__
      9 +#if !defined(__GNUC__) && !defined (__clang__)
     10 #undef __attribute__
     11 #define __attribute__(x)
     12 #endif