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

1234567891011121314151617
  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. @@ -17,6 +15,8 @@
  9. #ifndef __ASSEMBLER__
  10. +#include <float.h>
  11. +
  12. #ifndef PACKAGE
  13. # error config.h must be included before pixman-private.h
  14. #endif