wok diff xine-lib/receipt @ rev 19361

Up tazpkg (919)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 03 08:46:48 2016 +0200 (2016-08-03)
parents e0d46e46833e
children b1b5c2c950b5
line diff
     1.1 --- a/xine-lib/receipt	Fri Mar 28 23:45:57 2014 +0100
     1.2 +++ b/xine-lib/receipt	Wed Aug 03 08:46:48 2016 +0200
     1.3 @@ -23,7 +23,7 @@
     1.4  # Handle cross compilation
     1.5  case "$ARCH" in
     1.6  	arm*)
     1.7 -		export LDFLAGS="-L/cross/$ARCH/sysroot/usr/lib" 
     1.8 +		export LDFLAGS="$LDFLAGS -L/cross/$ARCH/sysroot/usr/lib" 
     1.9  		export LIBTOOL=${HOST_SYSTEM}-libtool 
    1.10  		ARCH_ARGS="--disable-xinerama" ;;
    1.11  esac
    1.12 @@ -32,7 +32,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	sed -i 's/grep -x/grep/' configure
    1.16 -	CPPFLAGS="-DHAVE_NANO_SLEEP" \
    1.17 +	CPPFLAGS="$CPPFLAGS -DHAVE_NANO_SLEEP" \
    1.18  	./configure \
    1.19  		--prefix=/usr \
    1.20  		--infodir=/usr/share/info \