wok diff libsdl/receipt @ rev 8792

Fix compile_rules() for gitmail
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Feb 22 23:44:49 2011 +0100 (2011-02-22)
parents 7bbc500bb8d3
children cf8b4889e6ab
line diff
     1.1 --- a/libsdl/receipt	Wed Feb 09 17:57:27 2011 +0000
     1.2 +++ b/libsdl/receipt	Tue Feb 22 23:44:49 2011 +0100
     1.3 @@ -16,6 +16,9 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	patch -Np1 -i ../stuff/$PACKAGE-$VERSION-joystick-crash.diff
     1.8 +	patch -Np1 -i ../stuff/$PACKAGE-$VERSION-fix-mouse-clicking.patch
     1.9 +	patch -Np1 -i ../stuff/$PACKAGE-$VERSION-fix-disappearing-cursor.patch
    1.10  	./configure \
    1.11  		--prefix=/usr \
    1.12  		--infodir=/usr/share/info \