wok-6.x diff pingus/receipt @ rev 4814
Up: claws-mail-vcalendar(2.0.7)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue Jan 19 01:08:11 2010 +0100 (2010-01-19) |
parents | 2c679ce49f4c |
children | f3327707164a |
line diff
1.1 --- a/pingus/receipt Sat Jun 13 13:32:50 2009 +0200 1.2 +++ b/pingus/receipt Tue Jan 19 01:08:11 2010 +0100 1.3 @@ -24,6 +24,12 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + 1.8 + # Fix scons and gcc build bug. 1.9 + if [ ! -f patch.done ]; then 1.10 + patch -p1 -i ../stuff/pingus-0.7.2_gcc4.u && touch patch.done 1.11 + fi 1.12 + 1.13 scons 1.14 1.15 # the script install.sh uses cp --parents which is not implemented in busybox