wok-next diff xorg-libXt/receipt @ rev 19233

Up palemoon (26.3.1), tazinst (78)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Jun 25 13:42:17 2016 +0300 (2016-06-25)
parents b67414949731
children 9f70134dc7a7
line diff
     1.1 --- a/xorg-libXt/receipt	Mon Dec 09 07:45:53 2013 +0000
     1.2 +++ b/xorg-libXt/receipt	Sat Jun 25 13:42:17 2016 +0300
     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  {