summaryrefslogtreecommitdiffstats
path: root/src/flac-1-win32.patch
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-05-14 17:59:46 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-05-14 17:59:46 (GMT)
commit6f45b35ff46fcc339715d0360a9a998e0ef7cb2b (patch)
treef482f0f61d65733f3aed489715f9b5b44bb6c781 /src/flac-1-win32.patch
parent40f4cf1fbfe702ed8fce45868f88f4b52f3ae227 (diff)
downloadmxe-6f45b35ff46fcc339715d0360a9a998e0ef7cb2b.zip
mxe-6f45b35ff46fcc339715d0360a9a998e0ef7cb2b.tar.gz
mxe-6f45b35ff46fcc339715d0360a9a998e0ef7cb2b.tar.bz2
improved naming of patch files
Diffstat (limited to 'src/flac-1-win32.patch')
-rw-r--r--src/flac-1-win32.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/flac-1-win32.patch b/src/flac-1-win32.patch
new file mode 100644
index 0000000..0a0c051
--- /dev/null
+++ b/src/flac-1-win32.patch
@@ -0,0 +1,15 @@
+This file is part of mingw-cross-env.
+See doc/index.html for further information.
+
+diff -ru flac-1.2.1.orig/include/share/alloc.h flac-1.2.1/include/share/alloc.h
+--- flac-1.2.1.orig/include/share/alloc.h 2007-09-12 07:32:21.000000000 +0200
++++ flac-1.2.1/include/share/alloc.h 2009-10-27 19:55:58.000000000 +0100
+@@ -35,7 +35,7 @@
+
+ #ifndef SIZE_MAX
+ # ifndef SIZE_T_MAX
+-# ifdef _MSC_VER
++# if defined _MSC_VER || defined __MINGW32__
+ # define SIZE_T_MAX UINT_MAX
+ # else
+ # error