# HG changeset patch # User Christophe Lincoln # Date 1305727564 -7200 # Node ID 2d5fe76b9f35b789f8ec38b90726b18ced7cb034 # Parent 24263dfa9f84c6d3cb1e8372282917e72348a7c4 gcc+gcj: should fix build (not tested too slow on my laptop) diff -r 24263dfa9f84 -r 2d5fe76b9f35 gcc+gcj/receipt --- a/gcc+gcj/receipt Wed May 18 15:55:36 2011 +0200 +++ b/gcc+gcj/receipt Wed May 18 16:06:04 2011 +0200 @@ -6,6 +6,11 @@ CATEGORY="development" SHORT_DESC="The GNU Compiler Collection, including the gcj Compiler for Java." MAINTAINER="rcx@zoominternet.net" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://gcc.gnu.org/java/" +WGET_URL="$GNU_MIRROR/$SOURCE/$SOURCE-$VERSION/$TARBALL" +PROVIDE="$SOURCE jre jdk" + DEPENDS="glibc-base glib gcc-lib-base libgio util-linux-ng-uuid zlib libgomp gmp mpfr python \ gtk+ atk cairo expat fontconfig freetype pango pixman libpng libxcb xcb-util \ xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite \ @@ -15,10 +20,6 @@ expat-dev zlib-dev fastjar gtk+-dev libart_lgpl-dev xorg-dev xorg-inputproto \ xorg-kbproto xorg-libXtst xorg-randrproto xorg-renderproto xorg-xextproto xorg-xproto \ elfutils elfutils-dev" -TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://gcc.gnu.org/java/" -WGET_URL="$GNU_MIRROR/$SOURCE/$SOURCE-$VERSION/$TARBALL" -PROVIDE="$SOURCE jre jdk" # Rules to configure and make the package. compile_rules() @@ -36,7 +37,7 @@ ECJ_URL="ftp://sourceware.org/pub/java/$ECJ_JAR" if [ ! -f "$SOURCES_REPOSITORY/$ECJ_JAR" ] ; then cd $SOURCES_REPOSITORY - download $ECJ_URL + wget $ECJ_URL # Exit if download failed to avoid errors. if [ ! -f "$SOURCES_REPOSITORY/$ECJ_JAR" ] ; then echo -e "\nECJ jar download failed, exiting. Please check ECJ_URL variable.\n" @@ -114,5 +115,3 @@ ln -s gcc $root/usr/bin/cc fi } - -TAZBB_NO_INSTALL="because it does not support objc and gfortran (yet)"