# HG changeset patch # User Christopher Rogers # Date 1287358340 0 # Node ID 7d65298a998e6695941de2406f512dfe8b1ff093 # Parent 7eec13f2ce36279dda13183dc10034718f770b94 Down: make to 3.81. I'm doing this so we cause there are to many problems with 3.82 right now. For example: gst-plugins-base will not compile with the new make 3.82 since there are 8 spaces instead of tabs. Or libwebkit not compiling with -j 4. Best to wait on updating this for slitaz 5.0. diff -r 7eec13f2ce36 -r 7d65298a998e make/receipt --- a/make/receipt Sun Oct 17 21:22:28 2010 +0000 +++ b/make/receipt Sun Oct 17 23:32:20 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="make" -VERSION="3.82" +VERSION="3.81" CATEGORY="development" SHORT_DESC="GNU Make to generate executables and other files from source." MAINTAINER="pankso@slitaz.org" @@ -15,10 +15,10 @@ cd $src # http://savannah.gnu.org/bugs/?30612 - patch -Np1 -i ../stuff/bug30612.patch + #patch -Np1 -i ../stuff/bug30612.patch # http://savannah.gnu.org/bugs/?30723 - patch -Np1 -i ../stuff/bug30723.patch + #patch -Np1 -i ../stuff/bug30723.patch ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS