diff options
author | Mark Brand <mabrand@mabrand.nl> | 2010-09-29 17:42:33 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2010-09-29 17:42:33 (GMT) |
commit | e661d6126faea76a1448b03bea5221ff0238ddf6 (patch) | |
tree | ad559c284332f2005629e6289f3988e5d14d9fca /src/gdk-pixbuf-1-fixes.patch | |
parent | 430b5736b07263cd2134235cb175b845ad6a5fde (diff) | |
download | mxe-e661d6126faea76a1448b03bea5221ff0238ddf6.zip mxe-e661d6126faea76a1448b03bea5221ff0238ddf6.tar.gz mxe-e661d6126faea76a1448b03bea5221ff0238ddf6.tar.bz2 |
improved patch layout
Use "git format-patch" instead of "git log -p --reverse"
to generate patches which can be imported with with "git am".
Also set author/from to "mingw-cross-env" since attribution
is done in the mingw-cross-env repository.
Diffstat (limited to 'src/gdk-pixbuf-1-fixes.patch')
-rw-r--r-- | src/gdk-pixbuf-1-fixes.patch | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/gdk-pixbuf-1-fixes.patch b/src/gdk-pixbuf-1-fixes.patch index 4cb0e9f..5d63368 100644 --- a/src/gdk-pixbuf-1-fixes.patch +++ b/src/gdk-pixbuf-1-fixes.patch @@ -2,11 +2,12 @@ This file is part of mingw-cross-env. See doc/index.html for further information. Contains ad hoc patches for cross building. -commit d5e7a81cbe6339e1d0dbf97f8814c28e2c806d80 -Author: Mark Brand <mabrand@mabrand.nl> -Date: Fri Sep 24 23:31:24 2010 +0200 - s,DllMain,static _disabled_DllMain, +From d5e7a81cbe6339e1d0dbf97f8814c28e2c806d80 Mon Sep 17 00:00:00 2001 +From: mingw-cross-env +Date: Fri, 24 Sep 2010 23:31:24 +0200 +Subject: [PATCH] s,DllMain,static _disabled_DllMain, + diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c index aa4964f..c925934 100644 @@ -27,3 +28,6 @@ index aa4964f..c925934 100644 DWORD fdwReason, LPVOID lpvReserved) { +-- +1.7.1 + |