Update Romanian translation
[evolution.git] / win32 / patches / harfbuzz.patch
blob792feef4cea06da3d63846b1a7ddfbfe23d89ff5
1 diff -upr harfbuzz-0.9.27.old//Makefile.in harfbuzz-0.9.27/Makefile.in
2 --- harfbuzz-0.9.27.old//Makefile.in 2014-03-18 17:07:54 +0000
3 +++ harfbuzz-0.9.27/Makefile.in 2014-04-20 18:18:47 +0000
4 @@ -365,7 +365,7 @@ top_builddir = @top_builddir@
5 top_srcdir = @top_srcdir@
6 NULL =
7 ACLOCAL_AMFLAGS = -I m4
8 -SUBDIRS = src util test docs
9 +SUBDIRS = src
10 EXTRA_DIST = \
11 autogen.sh \
12 harfbuzz.doap \
13 diff -upr harfbuzz-0.9.27.old//src/hb-common.cc harfbuzz-0.9.27/src/hb-common.cc
14 --- harfbuzz-0.9.27.old//src/hb-common.cc 2014-03-16 20:40:33 +0000
15 +++ harfbuzz-0.9.27/src/hb-common.cc 2014-04-20 18:16:17 +0000
16 @@ -33,6 +33,9 @@
18 #include <locale.h>
20 +extern "C" {
21 +_CRTIMP char* __cdecl __MINGW_NOTHROW strdup (const char*) __MINGW_ATTRIB_MALLOC;
24 /* hb_options_t */