wok-next rev 9390

webkit-r: patch TextBreakIterator.h
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 26 13:51:38 2011 +0100 (2011-03-26)
parents 0613677c02de
children 2225ac6086d8
files webkit-r/receipt
line diff
     1.1 --- a/webkit-r/receipt	Sat Mar 26 13:08:17 2011 +0100
     1.2 +++ b/webkit-r/receipt	Sat Mar 26 13:51:38 2011 +0100
     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 \