Update Spanish translation
[evolution.git] / win32 / patches / libxslt.patch
blob6605d4efc2a3fa4856fa9d20be76a32e59f0d150
1 diff -upr -x .deps -x .libs -x '*.la' libxslt-1.1.28.old/Makefile.am libxslt-1.1.28/Makefile.am
2 --- libxslt-1.1.28.old/Makefile.am 2014-05-18 08:43:11 +0000
3 +++ libxslt-1.1.28/Makefile.am 2014-05-18 08:29:50 +0000
4 @@ -2,7 +2,6 @@ SUBDIRS = \
5 libxslt \
6 libexslt \
7 xsltproc \
8 - doc \
9 $(PYTHON_SUBDIR) \
10 tests
12 diff -upr -x .deps -x .libs -x '*.la' libxslt-1.1.28.old/libxslt/security.c libxslt-1.1.28/libxslt/security.c
13 --- libxslt-1.1.28.old/libxslt/security.c 2012-11-21 07:22:59 +0000
14 +++ libxslt-1.1.28/libxslt/security.c 2014-05-18 08:42:42 +0000
15 @@ -40,6 +40,9 @@
16 #define INVALID_FILE_ATTRIBUTES ((DWORD)-1)
17 #endif
18 #endif
19 +#if defined(WIN32)
20 +#include "win32config.h"
21 +#endif
23 #ifndef HAVE_STAT
24 # ifdef HAVE__STAT