wok diff syasokoban/receipt @ rev 8317

Meta package ndiswrapper doesn't needed to download ndiswrapper since its not compiled here. Its download in ndiswrapper-driver receipt and also compiled there.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 03:25:21 2011 +0000 (2011-02-01)
parents f3abba8e5e11
children 940b5937e496
line diff
     1.1 --- a/syasokoban/receipt	Sat Sep 12 22:38:05 2009 +0200
     1.2 +++ b/syasokoban/receipt	Tue Feb 01 03:25:21 2011 +0000
     1.3 @@ -15,6 +15,10 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	if [ ! -f gcc44.u.done ]; then
     1.8 +		patch -p0 < ../stuff/gcc44.u
     1.9 +		touch gcc44.u.done
    1.10 +	fi
    1.11  	make
    1.12  }
    1.13