wok diff firefox/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 4d5a84939dfc
children 3d98b947aef3
line diff
     1.1 --- a/firefox/receipt	Sun Nov 06 14:52:26 2011 +0000
     1.2 +++ b/firefox/receipt	Mon Nov 07 04:34:22 2011 +0000
     1.3 @@ -27,7 +27,7 @@
     1.4  	cd $src
     1.5  	sed -i 's/xtype/type/' toolkit/mozapps/installer/packager.mk
     1.6  	./configure $CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 +	make $MAKEFLAGS &&
     1.9  	make DESTDIR=$DESTDIR install &&
    1.10  	cp -a xpcom/typelib $DESTDIR
    1.11  }