wok diff xorg-server-tinyX/receipt @ rev 3917

syslinux/ifmem: pre-94 bioses support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 18 18:21:24 2009 +0200 (2009-08-18)
parents fc5296f44b7a
children ae3689fca921
line diff
     1.1 --- a/xorg-server-tinyX/receipt	Tue May 19 00:24:01 2009 +0200
     1.2 +++ b/xorg-server-tinyX/receipt	Tue Aug 18 18:21:24 2009 +0200
     1.3 @@ -36,6 +36,15 @@
     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/$PACKAGE-$VERSION-$file || return 1
    1.11 +	touch done.$file
    1.12 +    done <<EOT
    1.13 +hal_parallel.u
    1.14 +boottimestamp.u
    1.15 +EOT
    1.16  	./configure \
    1.17  		--prefix=/usr \
    1.18  		--sysconfdir=/etc \