wok diff xpaint/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 82b741ae28f0
children 44a17a1f5aaf
line diff
     1.1 --- a/xpaint/receipt	Wed Apr 23 04:24:59 2014 +0200
     1.2 +++ b/xpaint/receipt	Tue Jan 27 16:55:03 2015 +0100
     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 &&