wok rev 6694

Changed libwebkit to compile with -j1. This is a fix cause it will not compile right the first time with jobs set to 4. I also remove webkit-r-dev for build depend. Thats not needed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 13 03:29:24 2010 +0000 (2010-10-13)
parents 0d52f00c5fdd
children 96575ba8782e
files libwebkit/receipt
line diff
     1.1 --- a/libwebkit/receipt	Wed Oct 13 01:41:55 2010 +0000
     1.2 +++ b/libwebkit/receipt	Wed Oct 13 03:29:24 2010 +0000
     1.3 @@ -14,7 +14,7 @@
     1.4  libpng-dev glib-dev autoconf automake gnutls-dev sqlite-dev libtool \
     1.5  m4 bison flex xorg-libXdamage-dev acl-dev libsoup-dev libxml2-dev \
     1.6  libxcb-dev xcb-util-dev util-linux-ng-uuid-dev zlib-dev libtasn1-dev \
     1.7 -gobject-introspection-dev tar gettext webkit-r-dev"
     1.8 +gobject-introspection-dev tar gettext"
     1.9  MAINTAINER="mallory@sweetpeople.org"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://webkitgtk.org"
    1.12 @@ -40,7 +40,7 @@
    1.13  		--enable-jit=yes \
    1.14  	        --with-unicode-backend=glib \
    1.15  		$CONFIGURE_ARGS &&
    1.16 -	make -j4 && make DESTDIR=$PWD/_pkg install
    1.17 +	make -j1 && make DESTDIR=$PWD/_pkg install
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.