wok diff openexr/receipt @ rev 11003

Up: audacious to 3.0.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 13 03:09:20 2011 +0000 (2011-10-13)
parents aca8b8182adb
children 23c3aed67cd9
line diff
     1.1 --- a/openexr/receipt	Fri May 20 22:24:12 2011 +0000
     1.2 +++ b/openexr/receipt	Thu Oct 13 03:09:20 2011 +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