wok-current diff feedparser/receipt @ rev 7993

Add patch to feedparser for utf8 decoding.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 17 21:43:16 2011 +0000 (2011-01-17)
parents a313a0ccd48f
children 1073d7633e29
line diff
     1.1 --- a/feedparser/receipt	Tue Apr 21 13:37:42 2009 +0000
     1.2 +++ b/feedparser/receipt	Mon Jan 17 21:43:16 2011 +0000
     1.3 @@ -14,8 +14,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	
     1.8  	cd $src
     1.9 +	patch -Np0 -i ../stuff/feedparser_uft8_decoding.patch
    1.10  	python setup.py build
    1.11      python setup.py install --root=$PWD/$PACKAGE-$VERSION/_pkg	
    1.12