wok diff xine-lib/receipt @ rev 20936

updated fpm2 again (0.76.1 -> 0.79)
author Hans-G?nter Theisgen
date Sat Mar 02 16:28:51 2019 +0100 (2019-03-02)
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	Sat Mar 02 16:28:51 2019 +0100
     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 \