comparison OrthancStone/Resources/CMake/PixmanConfiguration.patch @ 1512:244ad1e4e76a

reorganization of folders
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jul 2020 16:21:02 +0200
parents Resources/CMake/PixmanConfiguration.patch@351ab0da0150
children
comparison
equal deleted inserted replaced
1511:9dfeee74c1e6 1512:244ad1e4e76a
1 diff -urEb pixman-0.34.0.orig/pixman/pixman-x86.c pixman-0.34.0/pixman/pixman-x86.c
2 --- pixman-0.34.0.orig/pixman/pixman-x86.c 2016-07-05 12:46:52.889101224 +0200
3 +++ pixman-0.34.0/pixman/pixman-x86.c 2016-07-05 12:47:07.253101808 +0200
4 @@ -80,7 +80,7 @@
5 static pixman_bool_t
6 have_cpuid (void)
7 {
8 -#if _PIXMAN_X86_64 || defined (_MSC_VER)
9 +#if _PIXMAN_X86_64 || defined (_MSC_VER) || defined(__native_client__)
10
11 return TRUE;
12
13 Only in pixman-0.34.0/pixman: pixman-x86.c~