diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2012-03-28 13:46:58 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2012-03-28 13:46:58 (GMT) |
commit | defdff28f077c8e860ca36b99b840b0bf942fe55 (patch) | |
tree | b92443a7944899ab42576a3df5a7c4be137b8222 /src/dbus-1-fixes.patch | |
parent | fe1012be45901c7344497eabe7440ff0e1c22578 (diff) | |
download | mxe-defdff28f077c8e860ca36b99b840b0bf942fe55.zip mxe-defdff28f077c8e860ca36b99b840b0bf942fe55.tar.gz mxe-defdff28f077c8e860ca36b99b840b0bf942fe55.tar.bz2 |
Rebrand to new project name MXE
Diffstat (limited to 'src/dbus-1-fixes.patch')
-rw-r--r-- | src/dbus-1-fixes.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dbus-1-fixes.patch b/src/dbus-1-fixes.patch index 79db32a..3a45b46 100644 --- a/src/dbus-1-fixes.patch +++ b/src/dbus-1-fixes.patch @@ -1,12 +1,12 @@ -This file is part of mingw-cross-env. +This file is part of MXE. See doc/index.html for further information. Contains ad hoc patches for cross building. From 9c99802fc9d0e3b2c90b00ba877ae8be9bab615f Mon Sep 17 00:00:00 2001 -From: mingw-cross-env +From: MXE Date: Tue, 4 Jan 2011 00:47:49 +0100 -Subject: [PATCH 1/2] always static in mingw-cross-env +Subject: [PATCH 1/2] always static in MXE diff --git a/dbus/dbus-macros.h b/dbus/dbus-macros.h @@ -26,9 +26,9 @@ index dcd3eeb..8324278 100644 From d7bc1aff67132c09d154999c282e1b391bbe7a39 Mon Sep 17 00:00:00 2001 -From: mingw-cross-env +From: MXE Date: Fri, 23 Sep 2011 16:24:46 +0200 -Subject: [PATCH 2/2] add missing MemoryBarrier (mingw-cross-env specific) +Subject: [PATCH 2/2] add missing MemoryBarrier (MXE specific) Windows API has this, but it's not in MinGW. See http://lists-archives.org/mingw-users/15935-missing-definition-of-memorybarrier.html |