wok diff gimp/receipt @ rev 5903

libvalhalla: fix configure for GCC 4.5.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 26 12:02:23 2010 +0200 (2010-07-26)
parents 9f19aee613be
children fcaa62b434c4
line diff
     1.1 --- a/gimp/receipt	Sun Feb 28 15:33:01 2010 +0100
     1.2 +++ b/gimp/receipt	Mon Jul 26 12:02:23 2010 +0200
     1.3 @@ -35,7 +35,7 @@
     1.4    		--without-hal \
     1.5    		--without-webkit \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11