diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-11-18 08:44:18 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-11-19 00:29:22 (GMT) |
commit | cd1655c9ef429d8e3720e774f8af97c4cb380bd7 (patch) | |
tree | 37f93f8c105fbe72c6b76553f33821a0d22c82de /src/jpeg-1-fixes.patch | |
parent | 628590f62de2b42c5296a6e9d82acf13188db682 (diff) | |
download | mxe-cd1655c9ef429d8e3720e774f8af97c4cb380bd7.zip mxe-cd1655c9ef429d8e3720e774f8af97c4cb380bd7.tar.gz mxe-cd1655c9ef429d8e3720e774f8af97c4cb380bd7.tar.bz2 |
various packages: refresh patches
brings patches into common format to reduce noise in diffs
Diffstat (limited to 'src/jpeg-1-fixes.patch')
-rw-r--r-- | src/jpeg-1-fixes.patch | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/jpeg-1-fixes.patch b/src/jpeg-1-fixes.patch index 0ce3c99..91d8c07 100644 --- a/src/jpeg-1-fixes.patch +++ b/src/jpeg-1-fixes.patch @@ -1,13 +1,15 @@ This file is part of MXE. See LICENSE.md for licensing information. -From e523bccfefbf105ebe00d986bb1f057dfc304247 Mon Sep 17 00:00:00 2001 +Contains ad hoc patches for cross building. + +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mark Brand <mabrand@mabrand.nl> Date: Sat, 17 Aug 2013 20:16:41 +0200 Subject: [PATCH] include stdio.h for FILE diff --git a/jpeglib.h b/jpeglib.h -index 0a6dac4..2028d4e 100644 +index 1111111..2222222 100644 --- a/jpeglib.h +++ b/jpeglib.h @@ -33,6 +33,8 @@ extern "C" { @@ -19,6 +21,3 @@ index 0a6dac4..2028d4e 100644 /* Version IDs for the JPEG library. * Might be useful for tests like "#if JPEG_LIB_VERSION >= 90". */ --- -1.8.1.4 - |