wok diff make/receipt @ rev 7936

tazpkg-web: Up to 2.1 with last CSS and layout working smothly
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 11 20:49:09 2011 +0100 (2011-01-11)
parents 7d65298a998e
children a882d098ba64
line diff
     1.1 --- a/make/receipt	Sun Oct 17 23:32:20 2010 +0000
     1.2 +++ b/make/receipt	Tue Jan 11 20:49:09 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="make"
     1.7 -VERSION="3.81"
     1.8 +VERSION="3.82"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="GNU Make to generate executables and other files from source."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -14,12 +14,6 @@
    1.13  {
    1.14  	cd $src
    1.15  
    1.16 -	# http://savannah.gnu.org/bugs/?30612
    1.17 -	#patch -Np1 -i ../stuff/bug30612.patch
    1.18 -  
    1.19 -	# http://savannah.gnu.org/bugs/?30723
    1.20 -	#patch -Np1 -i ../stuff/bug30723.patch
    1.21 -
    1.22  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.23  	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.24  	make