aboutsummaryrefslogtreecommitdiffstats
path: root/win32/patches/libtasn1.patch
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-08-25 17:36:19 +0800
committerMilan Crha <mcrha@redhat.com>2014-08-25 17:36:19 +0800
commit396e5e82c16d3d81e1e575e02fe05a77149ed0ea (patch)
tree655b4918d46b56a1a638f6c4d4476c727530ea17 /win32/patches/libtasn1.patch
parent9a8604400946bf0fe5d1fa227fa2524e9baf4fb0 (diff)
downloadgsoc2013-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/libtasn1.patch')
-rw-r--r--win32/patches/libtasn1.patch42
1 files changed, 42 insertions, 0 deletions
diff --git a/win32/patches/libtasn1.patch b/win32/patches/libtasn1.patch
new file mode 100644
index 0000000000..a9b87ce03f
--- /dev/null
+++ b/win32/patches/libtasn1.patch
@@ -0,0 +1,42 @@
+diff -upr libtasn1-3.4.old/config.h libtasn1-3.4/config.h
+--- libtasn1-3.4.old/config.h 2014-03-24 22:51:20 +0000
++++ libtasn1-3.4/config.h 2014-03-24 22:53:52 +0000
+@@ -558,7 +558,7 @@
+ #define HAVE_WINSOCK2_H 1
+
+ /* Define to 1 if you have the `_ftelli64' function. */
+-#define HAVE__FTELLI64 1
++#undef HAVE__FTELLI64
+
+ /* Define to 1 if you have the `_ftime' function. */
+ #define HAVE__FTIME 1
+diff -upr libtasn1-3.4.old/gl/msvc-inval.c libtasn1-3.4/gl/msvc-inval.c
+--- libtasn1-3.4.old/gl/msvc-inval.c 2014-03-24 22:52:55 +0000
++++ libtasn1-3.4/gl/msvc-inval.c 2014-03-24 22:50:23 +0000
+@@ -28,7 +28,7 @@
+
+ # if MSVC_INVALID_PARAMETER_HANDLING == DEFAULT_HANDLING
+
+-static void cdecl
++static void __cdecl
+ gl_msvc_invalid_parameter_handler (const wchar_t *expression,
+ const wchar_t *function,
+ const wchar_t *file,
+@@ -45,7 +45,7 @@ gl_msvc_invalid_parameter_handler (const
+
+ # if defined _MSC_VER
+
+-static void cdecl
++static void __cdecl
+ gl_msvc_invalid_parameter_handler (const wchar_t *expression,
+ const wchar_t *function,
+ const wchar_t *file,
+@@ -94,7 +94,7 @@ gl_msvc_inval_current (void)
+ }
+ }
+
+-static void cdecl
++static void __cdecl
+ gl_msvc_invalid_parameter_handler (const wchar_t *expression,
+ const wchar_t *function,
+ const wchar_t *file,