Author: randy Date: 2005-08-22 23:29:42 -0600 (Mon, 22 Aug 2005) New Revision: 1071
Added: trunk/OpenEXR/ trunk/OpenEXR/OpenEXR-1.2.2-gcc4-1.patch Log: Added OpenEXR-1.2.2 GCC-4 patch Added: trunk/OpenEXR/OpenEXR-1.2.2-gcc4-1.patch =================================================================== --- trunk/OpenEXR/OpenEXR-1.2.2-gcc4-1.patch 2005-08-21 18:54:04 UTC (rev 1070) +++ trunk/OpenEXR/OpenEXR-1.2.2-gcc4-1.patch 2005-08-23 05:29:42 UTC (rev 1071) @@ -0,0 +1,20 @@ +Submitted By: Randy McMurchy <randy_at_linuxfromscratch_dot_org> +Date: 2005-08-23 +Initial Package Version: 1.2.2 +Upstream Status: Unknown (discussed on the OpenEXR mailing lists though) +Origin: Jeff Clifford (on the OpenEXR mailing list) + http://lists.gnu.org/archive/html/openexr-devel/2005-07/msg00024.html +Description: Fixes GCC-4 related build problem + + +diff -Naur OpenEXR-1.2.2-orig/exrmaketiled/Image.h OpenEXR-1.2.2/exrmaketiled/Image.h +--- OpenEXR-1.2.2-orig/exrmaketiled/Image.h 2004-06-04 04:11:23.000000000 +0000 ++++ OpenEXR-1.2.2/exrmaketiled/Image.h 2005-08-23 05:13:56.000000000 +0000 +@@ -49,6 +49,7 @@ + #include <string> + #include <map> + ++class Image; + + class ImageChannel + { -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
