From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/openimageio/fix32bit-fail.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/openimageio/fix32bit-fail.patch (limited to 'community/openimageio/fix32bit-fail.patch') diff --git a/community/openimageio/fix32bit-fail.patch b/community/openimageio/fix32bit-fail.patch new file mode 100644 index 000000000..5d9bbbe36 --- /dev/null +++ b/community/openimageio/fix32bit-fail.patch @@ -0,0 +1,13 @@ +--- orig/src/libutil/SHA1.cpp 2012-11-17 01:02:42.000000000 +0200 ++++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200 +@@ -8,9 +8,9 @@ + + // If compiling with MFC, you might want to add #include "StdAfx.h" + ++#include "SHA1.h" + #include "hash.h" + #include "dassert.h" +-#include "SHA1.h" + + #ifdef SHA1_UTILITY_FUNCTIONS + #define SHA1_MAX_FILE_BUFFER 8000 -- cgit v1.2.3-54-g00ecf