wok diff ncurses/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents e2b4ebabd30f
children c971db4d1bba
line diff
     1.1 --- a/ncurses/receipt	Wed May 16 12:15:00 2012 +0200
     1.2 +++ b/ncurses/receipt	Thu Oct 04 11:53:21 2012 +0200
     1.3 @@ -11,16 +11,7 @@
     1.4  HOST_ARCH="i486 arm"
     1.5  
     1.6  DEPENDS="ncurses-common"
     1.7 -BUILD_DEPENDS="gcc"
     1.8 -
     1.9 -# Rules to compile & install the temporary toolchain.
    1.10 -cook_tmp_toolchain()
    1.11 -{
    1.12 -	cd $src
    1.13 -	./configure --with-shared --without-debug \
    1.14 -		--without-ada --enable-overwrite &&
    1.15 -	make && make install
    1.16 -}
    1.17 +BUILD_DEPENDS=""
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()