wok-stable diff openexr/receipt @ rev 10096
gfortran: fix path to gcc lib
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 20 19:15:10 2011 +0200 (2011-05-20) |
parents | 6f01180108ea |
children | aca8b8182adb |
line diff
1.1 --- a/openexr/receipt Thu Oct 07 15:01:45 2010 +0000 1.2 +++ b/openexr/receipt Fri May 20 19:15:10 2011 +0200 1.3 @@ -15,7 +15,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - patch -p1 -i ../stuff/gcc43.patch 1.8 + patch -p1 -i $stuff/gcc43.patch 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 --infodir=/usr/share/info \