wok diff make/receipt @ rev 19741

Up rrdtool (1.6.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 18 13:40:10 2017 +0100 (2017-02-18)
parents 2b9f96603415
children 6f69af373b8d
line diff
     1.1 --- a/make/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/make/receipt	Sat Feb 18 13:40:10 2017 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="make"
     1.7 -VERSION="3.82"
     1.8 +VERSION="4.1"
     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 @@ -18,10 +18,6 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	# http://savannah.gnu.org/bugs/?30612
    1.17 -	patch -Np1 -i $stuff/bug30612.patch
    1.18 -	# http://savannah.gnu.org/bugs/?30723
    1.19 -	patch -Np1 -i $stuff/bug30723.patch
    1.20  	./configure $CONFIGURE_ARGS &&
    1.21  	make && make install
    1.22  }