wok rev 10562

openexr: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 22:38:15 2011 +0200 (2011-05-25)
parents 55aa8dd90011
children 6d375ff43624
files openexr/receipt
line diff
     1.1 --- a/openexr/receipt	Wed May 25 21:54:53 2011 +0200
     1.2 +++ b/openexr/receipt	Wed May 25 22:38:15 2011 +0200
     1.3 @@ -16,6 +16,10 @@
     1.4  {
     1.5  	cd $src
     1.6  	patch -p1 -i $stuff/gcc43.patch
     1.7 +	sed -i 's/.*ImathVec.*/#include "string.h"\n&/' \
     1.8 +		IlmImf/ImfChromaticities.h
     1.9 +	sed -i 's/.*Iex.*/#include "string.h"\n&/' \
    1.10 +		exrenvmap/blurImage.cpp
    1.11  	./configure \
    1.12  		$CONFIGURE_ARGS &&
    1.13  	make && make install