wok-current diff xorg-libXt/receipt @ rev 17478
Up openssh,openssh-pam,sftp-server to 6.7p1
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Mon Dec 29 13:36:32 2014 -0500 (2014-12-29) |
parents | b67414949731 |
children | 814c58f64f83 |
line diff
1.1 --- a/xorg-libXt/receipt Mon Dec 09 07:45:53 2013 +0000 1.2 +++ b/xorg-libXt/receipt Mon Dec 29 13:36:32 2014 -0500 1.3 @@ -10,10 +10,16 @@ 1.4 SOURCE="libXt" 1.5 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.6 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="xorg-libSM xorg-libX11" 1.10 BUILD_DEPENDS="xorg-libSM-dev xorg-libX11-dev glib-dev util-linux-uuid-dev" 1.11 1.12 +# Handle cross compilation. 1.13 +case "$ARCH" in 1.14 + arm) unset CFLAGS ;; 1.15 +esac 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {