wok diff mjpegtools/receipt @ rev 3594

gajim: revert patch host_srv.patch(use bind-client/host not busybox/nslookup)
author Liu Peng <rocky@slitaz.org>
date Sun Jun 28 13:47:18 2009 +0000 (2009-06-28)
parents e8024c01fc47
children 5b44af8c1257
line diff
     1.1 --- a/mjpegtools/receipt	Sat Jun 13 12:19:10 2009 +0200
     1.2 +++ b/mjpegtools/receipt	Sun Jun 28 13:47:18 2009 +0000
     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 \