wok-current diff gcc+gcj/receipt @ rev 3580

emesene: update DEPENDS, remove host.patch(not needed). gajim: update DEPENDS
author Liu Peng <rocky@slitaz.org>
date Fri Jun 26 13:59:35 2009 +0000 (2009-06-26)
parents eba84065e934
children 46dfb5727328
line diff
     1.1 --- a/gcc+gcj/receipt	Wed Jun 17 10:17:44 2009 +0000
     1.2 +++ b/gcc+gcj/receipt	Fri Jun 26 13:59:35 2009 +0000
     1.3 @@ -24,12 +24,8 @@
     1.4  	# Get ecj.jar needed to build gcj
     1.5  	# (See http://gcc.gnu.org/install/configure.html --with-ecj-jar)
     1.6  	ECJ_PRE_PATH=`pwd`
     1.7 -	ECJ_VERSION="3.4.2"
     1.8 -	ECJ_JAR="ecj-$ECJ_VERSION.jar"
     1.9 -	# Get download link from http://download.eclipse.org/eclipse/downloads/
    1.10 -	ECJ_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$ECJ_VERSION-200902111700/$ECJ_JAR"
    1.11 -	# ECJ_JAR="ecj-latest.jar"
    1.12 -	# ECJ_URL="ftp://sourceware.org/pub/java/$ECJ_JAR"
    1.13 +	ECJ_JAR="ecj-latest.jar"
    1.14 +	ECJ_URL="ftp://sourceware.org/pub/java/$ECJ_JAR"
    1.15  	if [ ! -f "$SOURCES_REPOSITORY/$ECJ_JAR" ] ; then
    1.16  		cd $SOURCES_REPOSITORY
    1.17  		download $ECJ_URL