wok-current diff scim-pinyin/receipt @ rev 7076
Up: libpcap to 1.1.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Nov 02 16:14:53 2010 +0000 (2010-11-02) |
parents | 012d72b2b629 |
children | 940b5937e496 |
line diff
1.1 --- a/scim-pinyin/receipt Mon Jun 22 13:40:13 2009 +0800 1.2 +++ b/scim-pinyin/receipt Tue Nov 02 16:14:53 2010 +0000 1.3 @@ -16,7 +16,14 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - patch -p1 < ../stuff/cstring-gcc43.patch && 1.8 + while read file; do 1.9 + [ -f done.$file ] && continue 1.10 + echo "Apply $file..." 1.11 + patch -p1 < ../stuff/$file || return 1 1.12 + touch done.$file 1.13 + done <<EOT 1.14 +cstring-gcc43.patch 1.15 +EOT 1.16 ./configure --prefix=/usr \ 1.17 --mandir=/usr/share/man \ 1.18 --infodir=/usr/share/info \