diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-06 13:31:38 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-06 13:31:38 +0100 |
commit | fa20952fc293d994e800052e7e79ca9f3545e4aa (patch) | |
tree | f43bcfe4b868e263d5319ff67ceed64b3d54bc55 /base/ilmbase/Pkgfile | |
parent | d24a19d3a01ce7d19e2bcb77d018633a783b1965 (diff) | |
download | nutyx-pakxe-fa20952fc293d994e800052e7e79ca9f3545e4aa.tar.gz nutyx-pakxe-fa20952fc293d994e800052e7e79ca9f3545e4aa.tar.bz2 nutyx-pakxe-fa20952fc293d994e800052e7e79ca9f3545e4aa.tar.xz nutyx-pakxe-fa20952fc293d994e800052e7e79ca9f3545e4aa.zip |
ilmbase, ajout patch pour la compile de openexr
Diffstat (limited to 'base/ilmbase/Pkgfile')
-rwxr-xr-x | base/ilmbase/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/base/ilmbase/Pkgfile b/base/ilmbase/Pkgfile index 735b20ddb..68a419096 100755 --- a/base/ilmbase/Pkgfile +++ b/base/ilmbase/Pkgfile @@ -7,12 +7,13 @@ name=ilmbase version=1.0.2 -release=1 -source=( http://download.savannah.nongnu.org/releases/openexr/$name-$version.tar.gz) - +release=2 +source=( http://download.savannah.nongnu.org/releases/openexr/$name-$version.tar.gz\ + http://nutyx.meticul.eu/files/patchs/$name/ilmbase-1.0.2-gcc4-1.patch) build() { # build package cd $name-$version + patch -Np1 -i ../ilmbase-1.0.2-gcc4-1.patch ./configure --prefix=/usr\ --disable-build-docs\ --mandir=/usr/share/man\ |