wok-6.x diff xv/receipt @ rev 21189
consonance: added to dependencies
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 03 15:57:39 2019 +0100 (2019-04-03) |
parents | eb8067417980 |
children | ad86373a4a8c |
line diff
1.1 --- a/xv/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/xv/receipt Wed Apr 03 15:57:39 2019 +0100 1.3 @@ -19,7 +19,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 for i in $PATCH1 $PATCH2 ; do 1.9 [ -s $SOURCES_REPOSITORY/$(basename $i) ] || 1.10 wget -P $SOURCES_REPOSITORY $i 1.11 @@ -37,7 +36,7 @@ 1.12 sed -i 's|.*extern.*sys_errlist.*|//&|;s|sys_errlist.x.|strerror(x)|' xv.h 1.13 sed -i -e 's|undef USE_GUNZIP|define USE_GUNZIP\n#define USE_GETCWD|' \ 1.14 -e 's|/usr/local/bin/gunzip -q|/bin/gunzip|' config.h 1.15 - make jpeg/libjpeg.a && 1.16 + make jpeg/libjpeg.a tiff/libtiff.a && 1.17 make 1.18 } 1.19