wok diff gcc/receipt @ rev 3777

Add: python-beaker python-mako python-nose python-pylons python-routes python-tempita python-weberror python-webob python-webhelpers python-webtest
author Julien Rabier <taziden@slitaz.org>
date Thu Jul 30 16:35:54 2009 +0200 (2009-07-30)
parents 1a75c11a137f
children 45d85b50203a
line diff
     1.1 --- a/gcc/receipt	Wed Apr 22 18:21:48 2009 +0200
     1.2 +++ b/gcc/receipt	Thu Jul 30 16:35:54 2009 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gcc"
     1.7 -VERSION="4.3.3"
     1.8 +VERSION="4.4.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The the GNU Compiler Collection."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -14,6 +14,9 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 +	# Use libiberty.a from binutils.
    1.17 +	sed -i 's/install_to_$(INSTALL_DEST) //' \
    1.18 +		$PACKAGE-$VERSION/libiberty/Makefile.in || exit 1
    1.19      mkdir gcc-build 
    1.20      cd gcc-build
    1.21      ../$PACKAGE-$VERSION/configure --prefix=/usr --libexecdir=/usr/lib \