comparison src/freeimage-1-fixes.patch @ 2333:f653602a0500

Rebrand to new project name MXE
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 28 Mar 2012 15:46:58 +0200
parents 742861a24bd2
children 99516e73b368
comparison
equal deleted inserted replaced
2332:39774fa2edd9 2333:f653602a0500
1 This file is part of mingw-cross-env. 1 This file is part of MXE.
2 See doc/index.html for further information. 2 See doc/index.html for further information.
3 3
4 Contains ad hoc patches for cross building. 4 Contains ad hoc patches for cross building.
5 5
6 From 7b90b53e9d48aa13aaa42d60b060fb3ff9a5f11c Mon Sep 17 00:00:00 2001 6 From 7b90b53e9d48aa13aaa42d60b060fb3ff9a5f11c Mon Sep 17 00:00:00 2001
7 From: mingw-cross-env 7 From: MXE
8 Date: Mon, 20 Feb 2012 09:02:05 +0100 8 Date: Mon, 20 Feb 2012 09:02:05 +0100
9 Subject: [PATCH 1/3] add missing header for mingw 9 Subject: [PATCH 1/3] add missing header for mingw
10 10
11 taken from 11 taken from
12 https://sourceforge.net/tracker/?func=detail&aid=3489514&group_id=11504&atid=311504 12 https://sourceforge.net/tracker/?func=detail&aid=3489514&group_id=11504&atid=311504
32 { 32 {
33 -- 33 --
34 1.7.9.2 34 1.7.9.2
35 35
36 From fa251a7e33ac1c73992a5825a1f1f2fa888af93c Mon Sep 17 00:00:00 2001 36 From fa251a7e33ac1c73992a5825a1f1f2fa888af93c Mon Sep 17 00:00:00 2001
37 From: mingw-cross-env 37 From: MXE
38 Date: Mon, 20 Feb 2012 08:58:53 +0100 38 Date: Mon, 20 Feb 2012 08:58:53 +0100
39 Subject: [PATCH 2/3] makefile workarounds (mingw-cross-env) 39 Subject: [PATCH 2/3] makefile workarounds (MXE)
40 40
41 --- 41 ---
42 FreeImage/Makefile.gnu | 13 ++++--------- 42 FreeImage/Makefile.gnu | 13 ++++---------
43 1 file changed, 4 insertions(+), 9 deletions(-) 43 1 file changed, 4 insertions(+), 9 deletions(-)
44 44
87 rm -f core Dist/*.* u2dtmp* $(MODULES) $(STATICLIB) $(SHAREDLIB) $(LIBNAME) 87 rm -f core Dist/*.* u2dtmp* $(MODULES) $(STATICLIB) $(SHAREDLIB) $(LIBNAME)
88 -- 88 --
89 1.7.9.2 89 1.7.9.2
90 90
91 From 5f52e869fdcc5a18592a6b87b83ce1f6c15a3ac0 Mon Sep 17 00:00:00 2001 91 From 5f52e869fdcc5a18592a6b87b83ce1f6c15a3ac0 Mon Sep 17 00:00:00 2001
92 From: mingw-cross-env 92 From: MXE
93 Date: Mon, 20 Feb 2012 09:47:08 +0100 93 Date: Mon, 20 Feb 2012 09:47:08 +0100
94 Subject: [PATCH 3/3] required win version (mingw-cross-env) 94 Subject: [PATCH 3/3] required win version (MXE)
95 95
96 --- 96 ---
97 FreeImage/Makefile.gnu | 4 ++-- 97 FreeImage/Makefile.gnu | 4 ++--
98 1 file changed, 2 insertions(+), 2 deletions(-) 98 1 file changed, 2 insertions(+), 2 deletions(-)
99 99