diff options
author | Bradley Sepos <[email protected]> | 2016-06-15 08:37:09 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-06-21 21:33:32 -0400 |
commit | 62754db3d3f729d750343d64baa6827cb41c6e64 (patch) | |
tree | ac05de5ef1c3d07666b4f6e92dd85fc9cf814509 /contrib/harfbuzz | |
parent | 7225770eacaf9f8bbc43743898b9323428eec1b8 (diff) |
contrib: Add patch for building harfbuzz with mingw i686.
Diffstat (limited to 'contrib/harfbuzz')
-rw-r--r-- | contrib/harfbuzz/P00-mingw-emmintrin.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/harfbuzz/P00-mingw-emmintrin.patch b/contrib/harfbuzz/P00-mingw-emmintrin.patch new file mode 100644 index 000000000..60d1e16ad --- /dev/null +++ b/contrib/harfbuzz/P00-mingw-emmintrin.patch @@ -0,0 +1,11 @@ +diff -Naur harfbuzz-1.2.6.orig/src/hb.h harfbuzz-1.2.6/src/hb.h +--- harfbuzz-1.2.6.orig/src/hb.h 2016-01-06 04:00:36.000000000 -0800 ++++ harfbuzz-1.2.6/src/hb.h 2016-06-15 05:30:43.212202580 -0700 +@@ -32,6 +32,7 @@ + #define HB_EXTERN extern + #endif + ++#include <emmintrin.h> + #include "hb-blob.h" + #include "hb-buffer.h" + #include "hb-common.h" |