wok diff make/receipt @ rev 7695

Up: libogg to 1.2.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Dec 18 10:27:38 2010 +0000 (2010-12-18)
parents 0d52f00c5fdd
children e40bc1228896
line diff
     1.1 --- a/make/receipt	Wed Oct 13 01:41:55 2010 +0000
     1.2 +++ b/make/receipt	Sat Dec 18 10:27:38 2010 +0000
     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="3.81"
     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 @@ -15,10 +15,10 @@
    1.13  	cd $src
    1.14  
    1.15  	# http://savannah.gnu.org/bugs/?30612
    1.16 -	patch -Np1 -i ../stuff/bug30612.patch
    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 +	#patch -Np1 -i ../stuff/bug30723.patch
    1.22  
    1.23  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.24  	--mandir=/usr/share/man $CONFIGURE_ARGS