wok diff xorg-libXp/receipt @ rev 16493

ARM: add tk (so we may have Python IDLE)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 15:29:12 2014 +0200 (2014-04-23)
parents eb8067417980
children 814c58f64f83
line diff
     1.1 --- a/xorg-libXp/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/xorg-libXp/receipt	Wed Apr 23 15:29:12 2014 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.x.org/"
     1.6  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
     1.7 -CROSS="bug: can not run test programm"
     1.8 +HOST_ARCH="i486 arm"
     1.9  
    1.10  DEPENDS="xorg-libXext"
    1.11  BUILD_DEPENDS="xorg-libXext-dev xorg-printproto"
    1.12 @@ -21,8 +21,7 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure \
    1.16 -		--build=$HOST_SYSTEM \
    1.17 -		--host=$HOST_SYSTEM &&
    1.18 +		$CONFIGURE_ARGS &&
    1.19  	make && make install
    1.20  }
    1.21