wok-6.x diff scribus/receipt @ rev 5997

ecj: Upgrade to 3.6
author Matthew Sheets <rcx@zoominternet.net>
date Sat Aug 14 14:44:19 2010 +0000 (2010-08-14)
parents caa429db198d
children b04abd30b007
line diff
     1.1 --- a/scribus/receipt	Fri Jun 04 13:10:01 2010 +0000
     1.2 +++ b/scribus/receipt	Sat Aug 14 14:44:19 2010 +0000
     1.3 @@ -21,7 +21,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11