wok rev 16364

fltk: remove --with-archflags=i386
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 14 09:32:36 2014 +0000 (2014-04-14)
parents be5062aa0a72
children d15f5ee57730
files fltk/receipt flxine/receipt
line diff
     1.1 --- a/fltk/receipt	Mon Apr 14 00:35:12 2014 +0200
     1.2 +++ b/fltk/receipt	Mon Apr 14 09:32:36 2014 +0000
     1.3 @@ -22,8 +22,8 @@
     1.4  
     1.5  # Handle cross compilation.
     1.6  case "$ARCH" in
     1.7 -	i?86) 
     1.8 -		ARCH_ARGS="--with-archflags=i386" ;;
     1.9 +	#i?86) 
    1.10 +	#	ARCH_ARGS="--with-archflags=i386" ;;
    1.11  	arm) 
    1.12  		BUILD_DEPENDS="jpeg-dev libpng-dev xorg-libXft-dev" 
    1.13  		ARCH_ARGS="--x-includes=/cross/$ARCH/sysroot/usr/include \
     2.1 --- a/flxine/receipt	Mon Apr 14 00:35:12 2014 +0200
     2.2 +++ b/flxine/receipt	Mon Apr 14 09:32:36 2014 +0000
     2.3 @@ -12,7 +12,7 @@
     2.4  HOST_ARCH="i486 arm"
     2.5  
     2.6  DEPENDS="fltk xine-lib"
     2.7 -BUILD_DEPENDS="fltk-dev xine-lib-dev"
     2.8 +BUILD_DEPENDS="fltk-dev xine-lib-dev autoconf automake"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()