wok-next diff wxpython/receipt @ rev 13715

Added DBD::SQlite
author Brenton Scott <admin@trixarian.net>
date Thu Dec 20 10:05:36 2012 +0200 (2012-12-20)
parents 41b267435764
children 6b09507225ec
line diff
     1.1 --- a/wxpython/receipt	Fri Apr 20 11:49:30 2012 +0200
     1.2 +++ b/wxpython/receipt	Thu Dec 20 10:05:36 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  }