diff options
author | Milan Crha <mcrha@redhat.com> | 2014-08-25 17:36:19 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2014-08-25 17:36:19 +0800 |
commit | 396e5e82c16d3d81e1e575e02fe05a77149ed0ea (patch) | |
tree | 655b4918d46b56a1a638f6c4d4476c727530ea17 /win32/patches/harfbuzz.patch | |
parent | 9a8604400946bf0fe5d1fa227fa2524e9baf4fb0 (diff) | |
download | gsoc2013-evolution-396e5e82c16d3d81e1e575e02fe05a77149ed0ea.tar gsoc2013-evolution-396e5e82c16d3d81e1e575e02fe05a77149ed0ea.tar.gz gsoc2013-evolution-396e5e82c16d3d81e1e575e02fe05a77149ed0ea.tar.bz2 gsoc2013-evolution-396e5e82c16d3d81e1e575e02fe05a77149ed0ea.tar.lz gsoc2013-evolution-396e5e82c16d3d81e1e575e02fe05a77149ed0ea.tar.xz gsoc2013-evolution-396e5e82c16d3d81e1e575e02fe05a77149ed0ea.tar.zst gsoc2013-evolution-396e5e82c16d3d81e1e575e02fe05a77149ed0ea.zip |
Add Win32 build scripts into sources
See win32/readme.txt for more information.
Diffstat (limited to 'win32/patches/harfbuzz.patch')
-rw-r--r-- | win32/patches/harfbuzz.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/win32/patches/harfbuzz.patch b/win32/patches/harfbuzz.patch new file mode 100644 index 0000000000..792feef4ce --- /dev/null +++ b/win32/patches/harfbuzz.patch @@ -0,0 +1,25 @@ +diff -upr harfbuzz-0.9.27.old//Makefile.in harfbuzz-0.9.27/Makefile.in +--- harfbuzz-0.9.27.old//Makefile.in 2014-03-18 17:07:54 +0000 ++++ harfbuzz-0.9.27/Makefile.in 2014-04-20 18:18:47 +0000 +@@ -365,7 +365,7 @@ top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + NULL = + ACLOCAL_AMFLAGS = -I m4 +-SUBDIRS = src util test docs ++SUBDIRS = src + EXTRA_DIST = \ + autogen.sh \ + harfbuzz.doap \ +diff -upr harfbuzz-0.9.27.old//src/hb-common.cc harfbuzz-0.9.27/src/hb-common.cc +--- harfbuzz-0.9.27.old//src/hb-common.cc 2014-03-16 20:40:33 +0000 ++++ harfbuzz-0.9.27/src/hb-common.cc 2014-04-20 18:16:17 +0000 +@@ -33,6 +33,9 @@ + + #include <locale.h> + ++extern "C" { ++_CRTIMP char* __cdecl __MINGW_NOTHROW strdup (const char*) __MINGW_ATTRIB_MALLOC; ++} + + /* hb_options_t */ + |