wok-next diff xfe/receipt @ rev 8863

nqc needs -j1 to compile
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 26 03:58:13 2011 +0100 (2011-02-26)
parents cc233e5d5706
children 940b5937e496
line diff
     1.1 --- a/xfe/receipt	Thu Sep 24 15:03:32 2009 +0200
     1.2 +++ b/xfe/receipt	Sat Feb 26 03:58:13 2011 +0100
     1.3 @@ -16,7 +16,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	patch -p 0 < ../stuff/gcc-4.patch || exit 1
     1.8 +	patch -p 0 < ../stuff/gcc-4.patch || return 1
     1.9  	./configure \
    1.10  		--prefix=/usr \
    1.11  		--mandir=/usr/share/man \