wok diff startup-notification/receipt @ rev 11620

Up slitaz-boot-scripts (4.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 24 11:48:19 2012 +0100 (2012-01-24)
parents 4a7127b73f18
children 64ba4a9312ad
line diff
     1.1 --- a/startup-notification/receipt	Fri May 20 05:25:01 2011 +0000
     1.2 +++ b/startup-notification/receipt	Tue Jan 24 11:48:19 2012 +0100
     1.3 @@ -8,6 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
     1.6  WGET_URL="http://freedesktop.org/software/startup-notification/releases/$TARBALL"
     1.7 +CROSS="error: cannot run test program while cross compiling"
     1.8  
     1.9  DEPENDS="util-linux-ng-uuid libxcb xcb-util xorg-libICE xorg-libSM xorg-libX11 \
    1.10  xorg-libXau xorg-libXdmcp"
    1.11 @@ -17,7 +18,10 @@
    1.12  compile_rules()
    1.13  {
    1.14  	cd $src
    1.15 -	./configure -C --prefix=/usr $CONFIGURE_ARGS &&
    1.16 +	./configure -C \
    1.17 +		--prefix=/usr \
    1.18 +		--build=$HOST_SYSTEM \
    1.19 +		--host=$HOST_SYSTEM &&
    1.20  	make && make install
    1.21  }
    1.22