From 62754db3d3f729d750343d64baa6827cb41c6e64 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Wed, 15 Jun 2016 08:37:09 -0400 Subject: contrib: Add patch for building harfbuzz with mingw i686. --- contrib/harfbuzz/P00-mingw-emmintrin.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 contrib/harfbuzz/P00-mingw-emmintrin.patch (limited to 'contrib/harfbuzz') 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 + #include "hb-blob.h" + #include "hb-buffer.h" + #include "hb-common.h" -- cgit v1.2.3