wok-6.x diff xorg-libXp/receipt @ rev 16205
ARM: enna may by build on tank now
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Mar 31 01:27:37 2014 +0200 (2014-03-31) |
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 Mon Mar 31 01:27:37 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