wok-current diff xorg-server-tinyX/receipt @ rev 3703
Remove: ldraw
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Fri Jul 17 15:59:06 2009 +0000 (2009-07-17) |
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 Fri Jul 17 15:59:06 2009 +0000 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 \