wok rev 12915

ncursesw: fix bdeps when cross-compiling
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 29 18:01:44 2012 +0000 (2012-05-29)
parents f8a19c127db5
children a0c05eb46f42
files ncursesw/receipt
line diff
     1.1 --- a/ncursesw/receipt	Tue May 29 18:00:56 2012 +0000
     1.2 +++ b/ncursesw/receipt	Tue May 29 18:01:44 2012 +0000
     1.3 @@ -14,6 +14,10 @@
     1.4  DEPENDS="ncurses-common"
     1.5  BUILD_DEPENDS="gcc"
     1.6  
     1.7 +case "$ARCH" in
     1.8 +	arm) BUILD_DEPENDS="" ;;
     1.9 +esac
    1.10 +
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {