diff options
author | Mark Brand <mabrand@mabrand.nl> | 2012-11-13 13:13:40 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2012-11-13 13:13:40 (GMT) |
commit | 829c1a861bf29bd989641ff29e6fb8209efaa3f4 (patch) | |
tree | 5ed82cd1df5047688642383920b55b5ccdaabcee /src/vmime-1-fixes.patch | |
parent | 0d851910d9272cf62660c9a3ea87077f27516575 (diff) | |
download | mxe-829c1a861bf29bd989641ff29e6fb8209efaa3f4.zip mxe-829c1a861bf29bd989641ff29e6fb8209efaa3f4.tar.gz mxe-829c1a861bf29bd989641ff29e6fb8209efaa3f4.tar.bz2 |
update package vmime
Diffstat (limited to 'src/vmime-1-fixes.patch')
-rw-r--r-- | src/vmime-1-fixes.patch | 31 |
1 files changed, 4 insertions, 27 deletions
diff --git a/src/vmime-1-fixes.patch b/src/vmime-1-fixes.patch index 7040618..b547b03 100644 --- a/src/vmime-1-fixes.patch +++ b/src/vmime-1-fixes.patch @@ -1,33 +1,10 @@ This file is part of MXE. See index.html for further information. -From 7ffec86f76c8ac83dbff12a949f25484f01c14a8 Mon Sep 17 00:00:00 2001 -From: Mark Brand <mabrand@mabrand.nl> -Date: Mon, 12 Nov 2012 12:22:03 +0100 -Subject: [PATCH 1/3] add missing wincrypt.h - -taken from https://github.com/kisli/vmime/pull/14 - -diff --git a/src/platforms/windows/windowsHandler.cpp b/src/platforms/windows/windowsHandler.cpp -index 9a3a85e..6d1f414 100644 ---- a/src/platforms/windows/windowsHandler.cpp -+++ b/src/platforms/windows/windowsHandler.cpp -@@ -36,6 +36,7 @@ - #include <process.h> - #include <windows.h> // for winnls.h - #include <winsock2.h> // for WSAStartup() -+#include <wincrypt.h> - - #ifdef VMIME_HAVE_MLANG_H - # include <mlang.h> --- -1.7.10.4 - - -From 567015bf151eb845c3b88b42560e8e83c88d2d58 Mon Sep 17 00:00:00 2001 +From f74fad8e74da1a17ca90046d735e666bee767722 Mon Sep 17 00:00:00 2001 From: Mark Brand <mabrand@mabrand.nl> Date: Mon, 12 Nov 2012 12:28:25 +0100 -Subject: [PATCH 2/3] disable shared libs +Subject: [PATCH 1/2] disable shared libs diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -153,10 +130,10 @@ index 5be9ca3..ce0fc09 100644 1.7.10.4 -From 941b09447486a86918f65ddbb42e055a610350f5 Mon Sep 17 00:00:00 2001 +From 739e6b49b1f421fa39e2e3e292932ff5c200626d Mon Sep 17 00:00:00 2001 From: Mark Brand <mabrand@mabrand.nl> Date: Mon, 12 Nov 2012 13:58:12 +0100 -Subject: [PATCH 3/3] add private dependencies to .pc file +Subject: [PATCH 2/2] add private dependencies to .pc file diff --git a/libvmime.pc.in b/libvmime.pc.in |