# HG changeset patch # User Christophe Lincoln # Date 1306158674 -7200 # Node ID 81be183507d834c21a60b6964d23fd476effca70 # Parent bce457eab5274f3afc10ff7b106ed1c24d0966d5 xorg-libXrandr: can't cross (use native) diff -r bce457eab527 -r 81be183507d8 xorg-libXrandr/receipt --- a/xorg-libXrandr/receipt Mon May 23 15:32:16 2011 +0200 +++ b/xorg-libXrandr/receipt Mon May 23 15:51:14 2011 +0200 @@ -11,17 +11,19 @@ BUILD_DEPENDS="xorg-randrproto" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" +CROSS="bug: can not run test programm" # Rules to configure and make the package. compile_rules() { cd $src ./configure \ - --prefix=/usr --sysconfdir=/etc \ - --mandir=/usr/share/man --localstatedir=/var \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --build=$HOST_SYSTEM \ + --host=$HOST_SYSTEM && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.