wok-6.x diff htmldoc/receipt @ rev 21193
systemd: added build dependency glibc-dev
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 05 17:46:01 2019 +0100 (2019-04-05) |
parents | e2ed49678df3 |
children | 5b6c86ca3faa |
line diff
1.1 --- a/htmldoc/receipt Wed Aug 14 22:27:18 2013 +0000 1.2 +++ b/htmldoc/receipt Fri Apr 05 17:46:01 2019 +0100 1.3 @@ -16,7 +16,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + sed -i -e 's|\(jpeg_read_header.*\)1|\1boolean(1)|' \ 1.9 + -e 's|\(quantize.*\)0|\1boolean(0)|' htmldoc/image.cxx 1.10 1.11 # make sure not to use the libs htmldoc ships with 1.12 mkdir foo ; mv jpeg foo/ ; mv png foo/ ; mv zlib foo/