wok diff weechat/receipt @ rev 11247

Down: libwebkit to 1.6.1. 1.6.1 is stable version of libwebkit that we should be using.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 07 04:34:22 2011 +0000 (2011-11-07)
parents e9f13767ef1e
children 92b374c7a36d
line diff
     1.1 --- a/weechat/receipt	Mon May 16 01:14:29 2011 +0000
     1.2 +++ b/weechat/receipt	Mon Nov 07 04:34:22 2011 +0000
     1.3 @@ -34,7 +34,8 @@
     1.4  		--disable-tcl \
     1.5  		--disable-aspell \
     1.6  		--disable-doc \
     1.7 -		--with-debug=0 &&
     1.8 +		--with-debug=0 \
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make install
    1.12  }