wok-current diff mjpegtools/receipt @ rev 4265
procmail: fix build with glibc-2.10
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 25 17:12:16 2009 +0200 (2009-09-25) |
parents | e8024c01fc47 |
children | 5b44af8c1257 |
line diff
1.1 --- a/mjpegtools/receipt Sat Jun 13 12:19:10 2009 +0200 1.2 +++ b/mjpegtools/receipt Fri Sep 25 17:12:16 2009 +0200 1.3 @@ -18,6 +18,14 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + while read file; do 1.8 + [ -f done.$file ] && continue 1.9 + echo "Apply $file..." 1.10 + patch -p1 < ../stuff/$file || return 1 1.11 + touch done.$file 1.12 + done <<EOT 1.13 +gcc44.u 1.14 +EOT 1.15 ./configure \ 1.16 --prefix=/usr \ 1.17 --mandir=/usr/share/man \