Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=634f7bf63f4b1ad257e2a1b120046edd954da39f

commit 634f7bf63f4b1ad257e2a1b120046edd954da39f
Author: Devil505 <devil505li...@gmail.com>
Date:   Fri Jan 14 15:28:19 2011 +0100

ilmbase-1.0.2-2-i686
* added patch to build openexr 1.6

diff --git a/source/lib/ilmbase/FrugalBuild b/source/lib/ilmbase/FrugalBuild
index 4e5b7e0..9329624 100644
--- a/source/lib/ilmbase/FrugalBuild
+++ b/source/lib/ilmbase/FrugalBuild
@@ -3,14 +3,15 @@

pkgname=ilmbase
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="IlmThread is a thread abstraction library for use with OpenEXR"
url="http://www.openexr.com";
depends=('libstdc++')
groups=('lib')
archs=('i686' 'x86_64' 'ppc')
up2date="Flasttar $url/downloads.html"
-source=(http://savannah.nongnu.org/download/openexr/$pkgname-$pkgver.tar.gz)
-sha1sums=('fe6a910a90cde80137153e25e175e2b211beda36')
+source=(http://savannah.nongnu.org/download/openexr/$pkgname-$pkgver.tar.gz 
ilmbase-1.0.2-gcc43.patch)
+sha1sums=('fe6a910a90cde80137153e25e175e2b211beda36' \
+          'eaf2cd91f8c2b7dabd6cf614824525c02bd2c4db')

# optimization OK
diff --git a/source/lib/ilmbase/ilmbase-1.0.2-gcc43.patch 
b/source/lib/ilmbase/ilmbase-1.0.2-gcc43.patch
new file mode 100644
index 0000000..d822092
--- /dev/null
+++ b/source/lib/ilmbase/ilmbase-1.0.2-gcc43.patch
@@ -0,0 +1,11 @@
+--- Imath/ImathMatrix.h
++++ Imath/ImathMatrix.h
+@@ -37,6 +37,8 @@
+ #ifndef INCLUDED_IMATHMATRIX_H
+ #define INCLUDED_IMATHMATRIX_H
+
++#include <cstring>
++
+ //----------------------------------------------------------------
+ //
+ //      2D (3x3) and 3D (4x4) transformation matrix templates.
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to