diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-11-18 13:44:43 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-11-19 00:29:22 (GMT) |
commit | 1b1b9c9a9a15737e83cfc0aee65e21d8385ef832 (patch) | |
tree | fbf43c3a8ef9c8072c2eedd4d5f68e3af30d656b /src/glib-1-fixes.patch | |
parent | 99b8d3306133b4e18e57a9fa1cd30c7b09f93046 (diff) | |
download | mxe-1b1b9c9a9a15737e83cfc0aee65e21d8385ef832.zip mxe-1b1b9c9a9a15737e83cfc0aee65e21d8385ef832.tar.gz mxe-1b1b9c9a9a15737e83cfc0aee65e21d8385ef832.tar.bz2 |
various packages: run `make refresh-patches` with numbering
Diffstat (limited to 'src/glib-1-fixes.patch')
-rw-r--r-- | src/glib-1-fixes.patch | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/glib-1-fixes.patch b/src/glib-1-fixes.patch index f3baa2d..076689b 100644 --- a/src/glib-1-fixes.patch +++ b/src/glib-1-fixes.patch @@ -5,7 +5,7 @@ Contains ad hoc patches for cross building. From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mark Brand <mabrand@mabrand.nl> Date: Thu, 23 Sep 2010 21:42:46 +0200 -Subject: [PATCH] fix tool paths +Subject: [PATCH 1/8] fix tool paths diff --git a/glib-2.0.pc.in b/glib-2.0.pc.in @@ -29,7 +29,7 @@ index 1111111..2222222 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson <hpj@cl.no> Date: Fri, 15 Jun 2012 15:25:01 +0200 -Subject: [PATCH] Avoid DllMain symbol conflict when linking statically +Subject: [PATCH 2/8] Avoid DllMain symbol conflict when linking statically Adjusted by Boris Nagaev on 29-Jan-2017 to fix https://gist.github.com/starius/f4fc85939352cb50122ba29e0f5b140d @@ -103,7 +103,7 @@ index 1111111..2222222 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson <hpj@cl.no> Date: Fri, 15 Jun 2012 15:27:22 +0200 -Subject: [PATCH] Allow building without inotify support +Subject: [PATCH 3/8] Allow building without inotify support diff --git a/configure.ac b/configure.ac @@ -131,7 +131,7 @@ index 1111111..2222222 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson <hpj@cl.no> Date: Fri, 15 Jun 2012 15:28:14 +0200 -Subject: [PATCH] Make sure STDC_HEADERS is set for AC_CHECK_ALIGNOF. +Subject: [PATCH 4/8] Make sure STDC_HEADERS is set for AC_CHECK_ALIGNOF. Backported from upstream @@ -152,7 +152,7 @@ index 1111111..2222222 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson <hpj@cl.no> Date: Fri, 15 Jun 2012 15:29:06 +0200 -Subject: [PATCH] Link with dnsapi +Subject: [PATCH 5/8] Link with dnsapi diff --git a/gio-2.0.pc.in b/gio-2.0.pc.in @@ -171,8 +171,8 @@ index 1111111..2222222 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson <hpj@cl.no> Date: Fri, 15 Jun 2012 15:29:38 +0200 -Subject: [PATCH] Ensure globals are initialized even when DllMain is not being - run +Subject: [PATCH 6/8] Ensure globals are initialized even when DllMain is not + being run diff --git a/glib/gmain.c b/glib/gmain.c @@ -548,7 +548,7 @@ index 1111111..2222222 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Gerardo Ballabio <gerardo.ballabio@gmail.com> Date: Sun, 16 Aug 2015 13:18:24 +0200 -Subject: [PATCH] Remove an annoying runtime warning +Subject: [PATCH 7/8] Remove an annoying runtime warning that pops up when using GtkApplication in Gtk+ 3 programs. @@ -576,7 +576,7 @@ index 1111111..2222222 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: aquiles2k <aj@elane2k.com> Date: Wed, 6 Apr 2016 22:39:53 +0300 -Subject: [PATCH] fix error "won't overwrite defined macro" on OSX +Subject: [PATCH 8/8] fix error "won't overwrite defined macro" on OSX See https://github.com/mxe/mxe/issues/1281 |