lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

0005-pixman-arm-neon-assembler-fix.patch (395B)


      1 --- a/pixman/pixman/pixman-private.h.orig	2016-11-22 22:10:33.574769654 +0800
      2 +++ b/pixman/pixman/pixman-private.h	2016-11-22 22:10:47.638774056 +0800
      3 @@ -1,5 +1,3 @@
      4 -#include <float.h>
      5 -
      6  #ifndef PIXMAN_PRIVATE_H
      7  #define PIXMAN_PRIVATE_H
      8  
      9 @@ -17,6 +15,8 @@
     10  
     11  #ifndef __ASSEMBLER__
     12  
     13 +#include <float.h>
     14 +
     15  #ifndef PACKAGE
     16  #  error config.h must be included before pixman-private.h
     17  #endif