# HG changeset patch # User Eric Joseph-Alexandre # Date 1298148863 -3600 # Node ID 3213525e89acddbb85b08b6bd0b9fc534a0612af # Parent b8c61f52220cc15c04599d62fd72c5706f785024 wxWidgets: Fix build & improve depends. diff -r b8c61f52220c -r 3213525e89ac wxWidgets/receipt --- a/wxWidgets/receipt Sat Feb 19 21:53:08 2011 +0100 +++ b/wxWidgets/receipt Sat Feb 19 21:54:23 2011 +0100 @@ -20,14 +20,13 @@ compile_rules() { cd $src - ./configure \ + ./configure --prefix=/usr\ --enable-shared \ --enable-unicode && make && - make DESTDIR=$DESTDIR install && - cd $src/contrib && - make && - make DESTDIR=$DESTDIR install + make DESTDIR=$PWD/_pkg install && + make -C $src/contrib && + make -C $src/contrib DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg.