wok-current diff nettle/receipt @ rev 16253

nettle, vte: fix bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 04 07:39:36 2014 +0000 (2014-04-04)
parents 6739a11f9858
children 314808318aef
line diff
     1.1 --- a/nettle/receipt	Thu Apr 03 23:45:30 2014 +0200
     1.2 +++ b/nettle/receipt	Fri Apr 04 07:39:36 2014 +0000
     1.3 @@ -11,8 +11,12 @@
     1.4  WGET_URL="http://www.lysator.liu.se/~nisse/archive/$TARBALL"
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 -#DEPENDS="gmp"
     1.8 -#BUILD_DEPENDS="gmp-dev"
     1.9 +# Handle cross compilation.
    1.10 +case "$ARCH" in
    1.11 +	i?86) 
    1.12 +		DEPENDS="gmp"
    1.13 +		BUILD_DEPENDS="gmp-dev" ;;
    1.14 +esac
    1.15  
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()