wok-next diff xpaint/receipt @ rev 17465
Up git (2.2.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 22 15:08:02 2014 +0100 (2014-12-22) |
parents | 82b741ae28f0 |
children | 1956d76c53b4 |
line diff
1.1 --- a/xpaint/receipt Wed Apr 23 04:24:59 2014 +0200 1.2 +++ b/xpaint/receipt Mon Dec 22 15:08:02 2014 +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 &&