Author: sls Date: Mon Oct 26 09:30:19 2009 GMT Module: packages Tag: HEAD ---- Log message: - added gcc4.patch
---- Files affected: packages/OpenEXR: OpenEXR.spec (1.25 -> 1.26) , gcc4.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/OpenEXR/OpenEXR.spec diff -u packages/OpenEXR/OpenEXR.spec:1.25 packages/OpenEXR/OpenEXR.spec:1.26 --- packages/OpenEXR/OpenEXR.spec:1.25 Thu Feb 14 16:52:39 2008 +++ packages/OpenEXR/OpenEXR.spec Mon Oct 26 10:30:13 2009 @@ -8,6 +8,7 @@ Group: Libraries Source0: http://download.savannah.nongnu.org/releases/openexr/openexr-%{version}.tar.gz # Source0-md5: 11951f164f9c872b183df75e66de145a +Patch0: gcc4.patch URL: http://www.openexr.com/ BuildRequires: autoconf >= 2.50 BuildRequires: automake >= 1.6.3 @@ -77,6 +78,7 @@ %prep %setup -q -n openexr-%{version} +%patch0 -p1 %build %{__libtoolize} @@ -132,6 +134,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2009/10/26 09:30:13 sls +- added gcc4.patch + Revision 1.25 2008/02/14 15:52:39 glen - release 2 ================================================================ Index: packages/OpenEXR/gcc4.patch diff -u /dev/null packages/OpenEXR/gcc4.patch:1.1 --- /dev/null Mon Oct 26 10:30:19 2009 +++ packages/OpenEXR/gcc4.patch Mon Oct 26 10:30:13 2009 @@ -0,0 +1,20 @@ +--- openexr-1.6.1/exrmaketiled/main.cpp.orig 2009-10-26 09:03:37.204979532 +0100 ++++ openexr-1.6.1/exrmaketiled/main.cpp 2009-10-26 09:04:06.202986564 +0100 +@@ -45,6 +45,7 @@ + #include <iostream> + #include <exception> + #include <string> ++#include <cstring> + #include <stdlib.h> + + using namespace Imf; +--- openexr-1.6.1/exrenvmap/main.cpp.orig 2009-10-26 09:54:33.994893321 +0100 ++++ openexr-1.6.1/exrenvmap/main.cpp 2009-10-26 09:54:51.493690669 +0100 +@@ -43,6 +43,7 @@ + #include <makeLatLongMap.h> + #include <ImfEnvmap.h> + #include <iostream> ++#include <cstring> + #include <exception> + #include <stdlib.h> + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/OpenEXR/OpenEXR.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
