wok diff xpaint/receipt @ rev 18115
glib-dev,qcad: clean files.list.lzma, fix overwriting(for what?) get-scripts $depends
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Jun 06 21:23:13 2015 +0200 (2015-06-06) |
parents | 82b741ae28f0 |
children | 44a17a1f5aaf |
line diff
1.1 --- a/xpaint/receipt Wed Apr 23 04:24:59 2014 +0200 1.2 +++ b/xpaint/receipt Sat Jun 06 21:23:13 2015 +0200 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 &&