wok diff pingus/receipt @ rev 4867

Add: xfce4-ristretto
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 04 22:33:41 2010 +0100 (2010-02-04)
parents 2c679ce49f4c
children f3327707164a
line diff
     1.1 --- a/pingus/receipt	Sat Jun 13 13:32:50 2009 +0200
     1.2 +++ b/pingus/receipt	Thu Feb 04 22:33:41 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