wok diff openexr/receipt @ rev 14821

Add: libpthread-tubs-dev
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:46:54 2013 +0200 (2013-07-17)
parents aca8b8182adb
children 23c3aed67cd9
line diff
     1.1 --- a/openexr/receipt	Fri May 20 22:24:12 2011 +0000
     1.2 +++ b/openexr/receipt	Wed Jul 17 13:46:54 2013 +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