wok diff openexr/receipt @ rev 10026

gmp, mpc-library, mpfr: fix build system wirh --build and --host from CONFIGURE_ARGS
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 19 21:14:41 2011 +0200 (2011-05-19)
parents 6f01180108ea
children aca8b8182adb
line diff
     1.1 --- a/openexr/receipt	Thu Oct 07 15:01:45 2010 +0000
     1.2 +++ b/openexr/receipt	Thu May 19 21:14:41 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 \