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/libxslt.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/libxslt.patch')
-rw-r--r-- | win32/patches/libxslt.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/win32/patches/libxslt.patch b/win32/patches/libxslt.patch new file mode 100644 index 0000000000..6605d4efc2 --- /dev/null +++ b/win32/patches/libxslt.patch @@ -0,0 +1,24 @@ +diff -upr -x .deps -x .libs -x '*.la' libxslt-1.1.28.old/Makefile.am libxslt-1.1.28/Makefile.am +--- libxslt-1.1.28.old/Makefile.am 2014-05-18 08:43:11 +0000 ++++ libxslt-1.1.28/Makefile.am 2014-05-18 08:29:50 +0000 +@@ -2,7 +2,6 @@ SUBDIRS = \ + libxslt \ + libexslt \ + xsltproc \ +- doc \ + $(PYTHON_SUBDIR) \ + tests + +diff -upr -x .deps -x .libs -x '*.la' libxslt-1.1.28.old/libxslt/security.c libxslt-1.1.28/libxslt/security.c +--- libxslt-1.1.28.old/libxslt/security.c 2012-11-21 07:22:59 +0000 ++++ libxslt-1.1.28/libxslt/security.c 2014-05-18 08:42:42 +0000 +@@ -40,6 +40,9 @@ + #define INVALID_FILE_ATTRIBUTES ((DWORD)-1) + #endif + #endif ++#if defined(WIN32) ++#include "win32config.h" ++#endif + + #ifndef HAVE_STAT + # ifdef HAVE__STAT |