tor-browser

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

pixman-armasm.patch (714B)


      1 diff --git a/gfx/cairo/libpixman/src/pixman-arm-asm.h b/gfx/cairo/libpixman/src/pixman-arm-asm.h
      2 --- a/gfx/cairo/libpixman/src/pixman-arm-asm.h
      3 +++ b/gfx/cairo/libpixman/src/pixman-arm-asm.h
      4 @@ -23,17 +23,19 @@
      5  *
      6  * Author:  Jeff Muizelaar (jeff@infidigm.net)
      7  *
      8  */
      9 
     10 #ifndef PIXMAN_ARM_ASM_H
     11 #define PIXMAN_ARM_ASM_H
     12 
     13 +#ifdef HAVE_CONFIG_H
     14 #include "pixman-config.h"
     15 +#endif
     16 
     17 /*
     18  * References:
     19  *  - https://developer.arm.com/documentation/101028/0012/5--Feature-test-macros
     20  *  - https://github.com/ARM-software/abi-aa/blob/main/aaelf64/aaelf64.rst
     21  */
     22 #if defined(__ARM_FEATURE_BTI_DEFAULT) && __ARM_FEATURE_BTI_DEFAULT == 1
     23   #define BTI_C hint 34  /* bti c: for calls, IE bl instructions */