diff options
author | Mark Brand <mabrand@mabrand.nl> | 2013-02-27 23:43:15 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2013-02-28 09:10:13 (GMT) |
commit | 8219b36f3f75b263a051ffb45f086410179640d6 (patch) | |
tree | 6307a6c421b746634df5a2428f2f2e1bdb943ece /src/vmime-1-fixes.patch | |
parent | fd7dd4b4e2f983e277dccd053958e942eacf7b19 (diff) | |
download | mxe-8219b36f3f75b263a051ffb45f086410179640d6.zip mxe-8219b36f3f75b263a051ffb45f086410179640d6.tar.gz mxe-8219b36f3f75b263a051ffb45f086410179640d6.tar.bz2 |
update package vmime
Diffstat (limited to 'src/vmime-1-fixes.patch')
-rw-r--r-- | src/vmime-1-fixes.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/vmime-1-fixes.patch b/src/vmime-1-fixes.patch index b8f399c..9b50437 100644 --- a/src/vmime-1-fixes.patch +++ b/src/vmime-1-fixes.patch @@ -1,14 +1,14 @@ This file is part of MXE. See index.html for further information. -From ce156951d6c3290d2e277fb103b2314f261b2833 Mon Sep 17 00:00:00 2001 +From 06914feca1f233a44eb48da584d46c8ffcb99428 Mon Sep 17 00:00:00 2001 From: Mark Brand <mabrand@mabrand.nl> Date: Mon, 12 Nov 2012 12:28:25 +0100 Subject: [PATCH 1/2] disable shared libs (MXE-specific) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 30e8220..0ff3542 100644 +index 1bd7011..cb0809f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,21 +88,6 @@ IF(UNIX AND NOT APPLE AND NOT CMAKE_CROSSCOMPILING AND NOT EXISTS "/etc/debian_v @@ -126,7 +126,7 @@ index 30e8220..0ff3542 100644 ############################################################################## # Platform -@@ -579,11 +528,6 @@ IF(WIN32) +@@ -580,11 +529,6 @@ IF(WIN32) CHECK_LIBRARY_EXISTS("ws2_32" getch "${CMAKE_LIBRARY_PATH}" VMIME_HAVE_LIBWS2_32) IF(VMIME_HAVE_LIBWS2_32) @@ -138,7 +138,7 @@ index 30e8220..0ff3542 100644 ENDIF() # MLang -@@ -593,12 +537,6 @@ IF(WIN32) +@@ -594,12 +538,6 @@ IF(WIN32) IF(VMIME_HAVE_MLANG_H) IF(VMIME_HAVE_MLANG_LIB) SET(VMIME_HAVE_MLANG ON) @@ -151,7 +151,7 @@ index 30e8220..0ff3542 100644 ENDIF() ENDIF() -@@ -617,21 +555,10 @@ CHECK_SYMBOL_EXISTS(SYS_gettid sys/syscall.h VMIME_HAVE_SYSCALL_GETTID) +@@ -618,21 +556,10 @@ CHECK_SYMBOL_EXISTS(SYS_gettid sys/syscall.h VMIME_HAVE_SYSCALL_GETTID) FIND_PACKAGE(Threads) @@ -177,7 +177,7 @@ index 30e8220..0ff3542 100644 1.7.10.4 -From a9512fe1f639dfbdae1ab91825e0da228a40b55b Mon Sep 17 00:00:00 2001 +From 7d3e7b1a224a44ed0a687d1089f20d72df75323f Mon Sep 17 00:00:00 2001 From: Mark Brand <mabrand@mabrand.nl> Date: Mon, 12 Nov 2012 13:58:12 +0100 Subject: [PATCH 2/2] add private dependencies to .pc file (MXE-specific) |