wok diff openexr/receipt @ rev 14274

njconnect - source file is now fixed on upstream level ;-)
author Pawel P. <xj@wp.pl>
date Fri Apr 05 12:14:08 2013 +0000 (2013-04-05)
parents aca8b8182adb
children 23c3aed67cd9
line diff
     1.1 --- a/openexr/receipt	Fri May 20 22:24:12 2011 +0000
     1.2 +++ b/openexr/receipt	Fri Apr 05 12:14:08 2013 +0000
     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