wok diff startup-notification/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 1204cf352c74
children 124c3a7da04f
line diff
     1.1 --- a/startup-notification/receipt	Sat Mar 29 03:04:46 2014 +0100
     1.2 +++ b/startup-notification/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -9,18 +9,17 @@
     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 -#HOST_ARCH="i486 arm"
     1.8 +HOST_ARCH="i486 arm"
     1.9  
    1.10 -CROSS_BUGS="error: cannot run test program while cross compiling"
    1.11 -
    1.12 -DEPENDS="util-linux-uuid libxcb xcb-util xorg-libICE xorg-libSM xorg-libX11 \
    1.13 -xorg-libXau xorg-libXdmcp"
    1.14 +DEPENDS="util-linux-uuid libxcb xcb-util xorg-libICE xorg-libSM \
    1.15 +xorg-libX11 xorg-libXau xorg-libXdmcp"
    1.16  BUILD_DEPENDS="util-linux-uuid-dev libxcb-dev xcb-util-dev"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 -	./configure -C \
    1.22 +	export lf_cv_sane_realloc=yes
    1.23 +	./configure \
    1.24  		--prefix=/usr \
    1.25  		$CONFIGURE_ARGS &&
    1.26  	make && make install