wok diff xorg-server-tinyX/receipt @ rev 3426
Up: glib (2.20.3), gtk+ (2.16.2) and fix libsdl post_install
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Jun 13 12:28:38 2009 +0200 (2009-06-13) |
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 Sat Jun 13 12:28:38 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 \