# HG changeset patch # User Pascal Bellard # Date 1338987324 -7200 # Node ID 22fba642bdada5c75d925e4125ace0dc4479d4ad # Parent fd58eb654248a21bbfdcd50f0b50e692152289ed wxpython: typo (thanks pipein) diff -r fd58eb654248 -r 22fba642bdad wxpython/receipt --- a/wxpython/receipt Wed Jun 06 13:52:30 2012 +0200 +++ b/wxpython/receipt Wed Jun 06 14:55:24 2012 +0200 @@ -31,7 +31,7 @@ $CONFIGURE_ARGS && make $MAKEFLAGS cd $src/wxPython - python -Np2 -i $stuff/wxpython-cairo.patch + patch -Np2 -i $stuff/wxpython-cairo.patch python setup.py WXPORT=gtk2 UNICODE=1 build python setup.py WXPORT=gtk2 UNICODE=1 install --root=$DESTDIR }