wok-stable diff scim-pinyin/receipt @ rev 3978
Update: firefox-dev (update version in pkg-config firefox-*.pc files)
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Thu Aug 27 10:38:14 2009 +0000 (2009-08-27) |
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 Thu Aug 27 10:38:14 2009 +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 \