wok diff libvalhalla/receipt @ rev 13343

added description to nathive. Getting back into the swing of things.
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Sep 05 22:34:09 2012 +0000 (2012-09-05)
parents 5210042ca605
children a5fbb2485d34
line diff
     1.1 --- a/libvalhalla/receipt	Thu May 26 00:00:31 2011 +0200
     1.2 +++ b/libvalhalla/receipt	Wed Sep 05 22:34:09 2012 +0000
     1.3 @@ -15,6 +15,10 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +
     1.8 +	# Fix build with curl >= 7.21.2
     1.9 +	sed -i '/#include <curl\/types.h>/d' src/url_utils.c
    1.10 +
    1.11  	sed -i 's/cat -n/awk '"'"'{ printf "%6d  %s\\n",++n,$0 }'"'"' </' configure
    1.12  	# Fix configure for GCC 4.5.0
    1.13  	sed -i 's/"\$@" >>\$logfile 2/$@ >>$logfile 2/' configure