summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2015-12-27 22:45:19 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2015-12-27 22:45:19 (GMT)
commit4b3d71ae76f1d8fa4b61fdef331a72c50c6fb519 (patch)
treee70f58a82a63a373bbb8d27dc92d89fd03e53d3a
parent56bee8297bd90203b7e3386d5bd2b227c777fd38 (diff)
downloadmxe-4b3d71ae76f1d8fa4b61fdef331a72c50c6fb519.zip
mxe-4b3d71ae76f1d8fa4b61fdef331a72c50c6fb519.tar.gz
mxe-4b3d71ae76f1d8fa4b61fdef331a72c50c6fb519.tar.bz2
boost: remove unneeded patch "Fixed case sensetive for linux mingw"
> Currently boost-1-fixes.patch contain my patch: boostorg/interprocess#23 > This patch is not necessary, because BOOST_USE_WINDOWS_H not defined: > > #ifdef BOOST_USE_WINDOWS_H > #include <windows.h> > > # if defined(BOOST_INTERPROCESS_BOOTSTAMP_IS_LASTBOOTUPTIME) > # include <Wbemidl.h> > # include <Objbase.h> > # endif > > #include <Shlobj.h> > #endif > > so case sensitivity for headers is irrelevant. Previously pull > boostorg/interprocess#15 is obsolete for boost-1.60. https://github.com/mxe/mxe/issues/1104#issuecomment-167437968
-rw-r--r--src/boost-1-fixes.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/boost-1-fixes.patch b/src/boost-1-fixes.patch
index 90b70bb..2815c30 100644
--- a/src/boost-1-fixes.patch
+++ b/src/boost-1-fixes.patch
@@ -2,33 +2,6 @@ This file is part of MXE.
See index.html for further information.
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
-From: Pavel Vatagin <pavelvat@gmail.com>
-Date: Wed, 23 Dec 2015 20:50:12 +0300
-Subject: [PATCH] Fixed case sensetive for linux mingw
-
-taken from: https://github.com/boostorg/interprocess/pull/23
-
-diff --git a/include/boost/interprocess/detail/win32_api.hpp b/include/boost/interprocess/detail/win32_api.hpp
-index 1111111..2222222 100644
---- a/boost/interprocess/detail/win32_api.hpp
-+++ b/boost/interprocess/detail/win32_api.hpp
-@@ -35,11 +35,11 @@
- #include <windows.h>
-
- # if defined(BOOST_INTERPROCESS_BOOTSTAMP_IS_LASTBOOTUPTIME)
--# include <Wbemidl.h>
--# include <Objbase.h>
-+# include <wbemidl.h>
-+# include <objbase.h>
- # endif
-
--#include <Shlobj.h>
-+#include <shlobj.h>
- #endif
-
- #if defined(_MSC_VER)
-
-From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: xantares <xantares09@hotmail.com>
Date: Mon, 28 Sep 2015 08:21:42 +0000
Subject: [PATCH] Fix {make,jump}_fcontext visibility with mingw