wok rev 16633

xpaint: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 12 07:42:10 2014 +0000 (2014-05-12)
parents 819e017f397d
children e31f3599d1b5
files xpaint/receipt
line diff
     1.1 --- a/xpaint/receipt	Mon May 12 06:41:14 2014 +0000
     1.2 +++ b/xpaint/receipt	Mon May 12 07:42:10 2014 +0000
     1.3 @@ -13,7 +13,7 @@
     1.4  
     1.5  DEPENDS="openjpeg libXaw3dXft"
     1.6  BUILD_DEPENDS="openjpeg-dev libXaw3dXft-dev libpng-dev jpeg-dev \
     1.7 -expat-dev libxml2-dev util-linux-uuid-dev libtool"
     1.8 +expat-dev libxml2-dev util-linux-uuid-dev tiff-dev libtool"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -22,7 +22,7 @@
    1.13  		i?86) LIBTOOL=libtool ;;
    1.14  		arm) LIBTOOL=${HOST_SYSTEM}-libtool ;;
    1.15  	esac
    1.16 -	./configure $CONFIGURE_ARGS &&
    1.17 +	./configure --enable-tiff=no $CONFIGURE_ARGS &&
    1.18  	# Fix cross compilation
    1.19  	sed -i s'/$(CC) substads.c/gcc substads.c/' Makefile &&
    1.20  	sed -i s'/$(CC) preproc.c/gcc preproc.c/' Makefile &&