wok diff libxml2/receipt @ rev 8361

Fixed typo in feedparser.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Feb 03 16:47:06 2011 +0000 (2011-02-03)
parents 0ec61552352b
children d1768332cee0
line diff
     1.1 --- a/libxml2/receipt	Sun Nov 21 18:30:03 2010 +0000
     1.2 +++ b/libxml2/receipt	Thu Feb 03 16:47:06 2011 +0000
     1.3 @@ -17,6 +17,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	patch -Np1 -i ../stuff/libxml2-fix.patch
     1.8  	./configure \
     1.9  		--prefix=/usr \
    1.10  		--infodir=/usr/share/info \