wok diff icedtea6-jdk/receipt @ rev 5894

inkscape: Fix build with gcc45 (http://bugs.gentoo.org/show_bug.cgi?id=305749)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jul 22 23:54:43 2010 +0200 (2010-07-22)
parents cc8f43729bb0
children 159201c9a50f
line diff
     1.1 --- a/icedtea6-jdk/receipt	Wed Mar 24 10:14:38 2010 +0100
     1.2 +++ b/icedtea6-jdk/receipt	Thu Jul 22 23:54:43 2010 +0200
     1.3 @@ -52,7 +52,7 @@
     1.4  		--with-rhino=/usr/share/java/js.jar \
     1.5  		--with-abs-install-dir=$JVM_PREFIX \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make ARCH_PREFIX=  || exit 1
     1.8 +	make -j 4 ARCH_PREFIX=  || exit 1
     1.9  
    1.10  	# NOTE: IcedTea6 does not define an "install" target
    1.11