wok diff wxpython/receipt @ rev 13465

Up iw (3.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 08 10:50:30 2012 +0200 (2012-10-08)
parents 41b267435764
children 6b09507225ec
line diff
     1.1 --- a/wxpython/receipt	Fri Apr 20 11:49:30 2012 +0200
     1.2 +++ b/wxpython/receipt	Mon Oct 08 10:50:30 2012 +0200
     1.3 @@ -31,7 +31,7 @@
     1.4      	$CONFIGURE_ARGS &&
     1.5      make $MAKEFLAGS
     1.6      cd $src/wxPython
     1.7 -    python -Np2 -i $stuff/wxpython-cairo.patch
     1.8 +    patch -Np2 -i $stuff/wxpython-cairo.patch
     1.9      python setup.py WXPORT=gtk2 UNICODE=1 build
    1.10      python setup.py WXPORT=gtk2 UNICODE=1 install --root=$DESTDIR
    1.11  }