wok-6.x rev 6761
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.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 17 23:32:20 2010 +0000 (2010-10-17) |
parents | 7eec13f2ce36 |
children | b3392b395776 |
files | make/receipt |
line diff
1.1 --- a/make/receipt Sun Oct 17 21:22:28 2010 +0000 1.2 +++ b/make/receipt Sun Oct 17 23:32:20 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