# HG changeset patch # User Pascal Bellard # Date 1399880530 0 # Node ID 811d1b741af308489553c224aaa77b1b0e3912c5 # Parent 819e017f397d34b2775cea926f857c36bd40b7bc xpaint: update bdeps diff -r 819e017f397d -r 811d1b741af3 xpaint/receipt --- a/xpaint/receipt Mon May 12 06:41:14 2014 +0000 +++ b/xpaint/receipt Mon May 12 07:42:10 2014 +0000 @@ -13,7 +13,7 @@ DEPENDS="openjpeg libXaw3dXft" BUILD_DEPENDS="openjpeg-dev libXaw3dXft-dev libpng-dev jpeg-dev \ -expat-dev libxml2-dev util-linux-uuid-dev libtool" +expat-dev libxml2-dev util-linux-uuid-dev tiff-dev libtool" # Rules to configure and make the package. compile_rules() @@ -22,7 +22,7 @@ i?86) LIBTOOL=libtool ;; arm) LIBTOOL=${HOST_SYSTEM}-libtool ;; esac - ./configure $CONFIGURE_ARGS && + ./configure --enable-tiff=no $CONFIGURE_ARGS && # Fix cross compilation sed -i s'/$(CC) substads.c/gcc substads.c/' Makefile && sed -i s'/$(CC) preproc.c/gcc preproc.c/' Makefile &&