wok diff tcc/receipt @ rev 4521
Up: mplayer-svn (rev: 29969)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Nov 27 17:19:06 2009 +0100 (2009-11-27) |
parents | fd4eda949f1e |
children | 866fa2493b1b |
line diff
1.1 --- a/tcc/receipt Fri Oct 03 16:03:56 2008 +0000 1.2 +++ b/tcc/receipt Fri Nov 27 17:19:06 2009 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tcc" 1.7 -VERSION="0.9.24" 1.8 +VERSION="0.9.25" 1.9 CATEGORY="development" 1.10 SHORT_DESC="fast Tiny C Compiler." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -17,6 +17,7 @@ 1.13 patch < ../stuff/Makefile.u || return 1 1.14 touch done.Makefile.u 1.15 fi 1.16 + sed -i 's/cp -u/cp/' tests/Makefile 1.17 ./configure --prefix=/usr $CONFIGURE_ARGS && 1.18 make && 1.19 make test &&