Author: qboosh                       Date: Tue Oct 12 19:57:38 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added gcc4 patch (missing include for memset)

---- Files affected:
packages/ilmbase:
   ilmbase.spec (1.4 -> 1.5) , ilmbase-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/ilmbase/ilmbase.spec
diff -u packages/ilmbase/ilmbase.spec:1.4 packages/ilmbase/ilmbase.spec:1.5
--- packages/ilmbase/ilmbase.spec:1.4   Tue Oct 12 21:00:58 2010
+++ packages/ilmbase/ilmbase.spec       Tue Oct 12 21:57:33 2010
@@ -10,6 +10,7 @@
 # Source0-md5: 26c133ee8ca48e1196fbfb3ffe292ab4
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-sh.patch
+Patch2:                %{name}-gcc4.patch
 URL:           http://www.openexr.com/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1.6.3
@@ -76,6 +77,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
@@ -142,6 +144,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2010/10/12 19:57:33  qboosh
+- added gcc4 patch (missing include for memset)
+
 Revision 1.4  2010/10/12 19:00:58  qboosh
 - updated to 1.0.2
 - added sh patch to fix build with sh!=bash

================================================================
Index: packages/ilmbase/ilmbase-gcc4.patch
diff -u /dev/null packages/ilmbase/ilmbase-gcc4.patch:1.1
--- /dev/null   Tue Oct 12 21:57:38 2010
+++ packages/ilmbase/ilmbase-gcc4.patch Tue Oct 12 21:57:33 2010
@@ -0,0 +1,10 @@
+--- ilmbase-1.0.2/Imath/ImathMatrix.h.orig     2010-07-17 00:48:40.000000000 
+0200
++++ ilmbase-1.0.2/Imath/ImathMatrix.h  2010-10-12 21:52:33.083743558 +0200
+@@ -49,6 +49,7 @@
+ #include "ImathVec.h"
+ #include "ImathShear.h"
+ 
++#include <cstring>
+ #include <iostream>
+ #include <iomanip>
+ 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ilmbase/ilmbase.spec?r1=1.4&r2=1.5&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to