changeset 2162:375888c25c7a

package openexr: renumber patches
author Tony Theodore <tonyt@logyst.com>
date Wed, 30 Nov 2011 22:19:28 +1100
parents 4c34b6001411
children 48db4bc35a28
files src/openexr-1-disable-zlib_winapi.patch src/openexr-2-disable-zlib_winapi.patch
diffstat 2 files changed, 25 insertions(+), 25 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/openexr-1-disable-zlib_winapi.patch	Wed Nov 30 22:19:28 2011 +1100
@@ -0,0 +1,25 @@
+This file is part of mingw-cross-env.
+See doc/index.html for further information.
+
+diff -urN a/IlmImf/ImfPxr24Compressor.cpp b/IlmImf/ImfPxr24Compressor.cpp
+--- a/IlmImf/ImfPxr24Compressor.cpp	2010-07-17 01:11:52.000000000 +0200
++++ b/IlmImf/ImfPxr24Compressor.cpp	2011-09-21 23:41:28.130452657 +0200
+@@ -62,7 +62,6 @@
+ //	string of bytes is compressed with zlib.
+ //
+ //-----------------------------------------------------------------------------
+-#define ZLIB_WINAPI 
+ 
+ #include <ImfPxr24Compressor.h>
+ #include <ImfHeader.h>
+diff -urN a/IlmImf/ImfZipCompressor.cpp b/IlmImf/ImfZipCompressor.cpp
+--- a/IlmImf/ImfZipCompressor.cpp	2010-07-17 01:11:52.000000000 +0200
++++ b/IlmImf/ImfZipCompressor.cpp	2011-09-21 23:42:01.154288691 +0200
+@@ -39,7 +39,6 @@
+ //	class ZipCompressor
+ //
+ //-----------------------------------------------------------------------------
+-#define ZLIB_WINAPI
+ 
+ #include <ImfZipCompressor.h>
+ #include <ImfCheckedArithmetic.h>
--- a/src/openexr-2-disable-zlib_winapi.patch	Wed Nov 30 22:13:21 2011 +1100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-This file is part of mingw-cross-env.
-See doc/index.html for further information.
-
-diff -urN a/IlmImf/ImfPxr24Compressor.cpp b/IlmImf/ImfPxr24Compressor.cpp
---- a/IlmImf/ImfPxr24Compressor.cpp	2010-07-17 01:11:52.000000000 +0200
-+++ b/IlmImf/ImfPxr24Compressor.cpp	2011-09-21 23:41:28.130452657 +0200
-@@ -62,7 +62,6 @@
- //	string of bytes is compressed with zlib.
- //
- //-----------------------------------------------------------------------------
--#define ZLIB_WINAPI 
- 
- #include <ImfPxr24Compressor.h>
- #include <ImfHeader.h>
-diff -urN a/IlmImf/ImfZipCompressor.cpp b/IlmImf/ImfZipCompressor.cpp
---- a/IlmImf/ImfZipCompressor.cpp	2010-07-17 01:11:52.000000000 +0200
-+++ b/IlmImf/ImfZipCompressor.cpp	2011-09-21 23:42:01.154288691 +0200
-@@ -39,7 +39,6 @@
- //	class ZipCompressor
- //
- //-----------------------------------------------------------------------------
--#define ZLIB_WINAPI
- 
- #include <ImfZipCompressor.h>
- #include <ImfCheckedArithmetic.h>