wok-next diff xine-lib/receipt @ rev 17850

Add: perl-json - JSON
author Nathan Neulinger <nneul@neulinger.org>
date Tue Mar 24 17:45:06 2015 +0000 (2015-03-24)
parents e0d46e46833e
children f351ed3c060e
line diff
     1.1 --- a/xine-lib/receipt	Fri Mar 28 23:45:57 2014 +0100
     1.2 +++ b/xine-lib/receipt	Tue Mar 24 17:45:06 2015 +0000
     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 \