wok diff webkit-r/receipt @ rev 9730

aufs: add TARBALL need to avoid cloning each time. It's tar.bz2 since cook will compress it in this format but if *.tar.lzma exit it will be used by both cook and tazwok
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 09 15:38:20 2011 +0200 (2011-05-09)
parents 666fd56c3a0e
children e54ce6b17708
line diff
     1.1 --- a/webkit-r/receipt	Fri Jul 09 17:03:10 2010 +0200
     1.2 +++ b/webkit-r/receipt	Mon May 09 15:38:20 2011 +0200
     1.3 @@ -21,6 +21,8 @@
     1.4  {
     1.5  	mv WebKit-r${VERSION} $PACKAGE-$VERSION 2>/dev/null
     1.6  	cd $src
     1.7 +	sed -i 's/class TextBreakIterator/typedef struct UBreakIterator TextBreakIterator/' \
     1.8 +		WebCore/platform/text/TextBreakIterator.h
     1.9  	./autogen.sh \
    1.10  		--prefix=/usr \
    1.11  		--mandir=/usr/share/man \