wok diff file/receipt @ rev 10442

feh: fix bdeps
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 02:57:36 2011 +0200 (2011-05-25)
parents dbc7b6ad8b7b
children 092e65acbaf2
line diff
     1.1 --- a/file/receipt	Fri May 20 17:20:44 2011 +0000
     1.2 +++ b/file/receipt	Wed May 25 02:57:36 2011 +0200
     1.3 @@ -10,12 +10,16 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file"
     1.6  WGET_URL="ftp://ftp.astron.com/pub/file/$TARBALL ftp://ftp.gw.com/mirrors/unix/file/$TARBALL"
     1.7 +CROSS="bug"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12  	cd $src
    1.13 -	./configure --datarootdir=/usr/share $CONFIGURE_ARGS &&
    1.14 +	./configure \
    1.15 +		--datarootdir=/usr/share \
    1.16 +		--build=$HOST_SYSTEM \
    1.17 +		--host=$HOST_SYSTEM &&
    1.18  	make &&	make install
    1.19  }
    1.20