wok diff gtk+3/receipt @ rev 17774

linphone: g_static_mutex_lock is deprecated
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 14 13:09:34 2015 +0100 (2015-03-14)
parents 9e3347f502bd
children a7830cbdb6b6
line diff
     1.1 --- a/gtk+3/receipt	Thu Feb 12 21:01:16 2015 +0000
     1.2 +++ b/gtk+3/receipt	Sat Mar 14 13:09:34 2015 +0100
     1.3 @@ -29,8 +29,8 @@
     1.4  xorg-inputproto"
     1.5  		ARCH_ARGS="--enable-introspection=no --disable-glibtest --disable-cups \
     1.6  --disable-papi --with-xinput gio_can_sniff=yes"
     1.7 -		export LDFLAGS=-L/cross/$ARCH/sysroot/usr/lib 
     1.8 -		export CPPFLAGS=-I/cross/$ARCH/sysroot/usr/include ;;
     1.9 +		export LDFLAGS="$LDFLAGS -L/cross/$ARCH/sysroot/usr/lib" 
    1.10 +		export CPPFLAGS="$CPPFLAGS -I/cross/$ARCH/sysroot/usr/include" ;;
    1.11  esac
    1.12  
    1.13  # Rules to configure and make the package.