wok diff rpm4/receipt @ rev 18242
sane-backends/sane.cgi: resize to screen width in preview
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 29 17:07:24 2015 +0200 (2015-07-29) |
parents | 7896f0694ef6 |
children | 9e01bc6321ea |
line diff
1.1 --- a/rpm4/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/rpm4/receipt Wed Jul 29 17:07:24 2015 +0200 1.3 @@ -21,7 +21,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - CPPFLAGS="-I/usr/include/nspr -I/usr/include/nss" ./configure \ 1.8 + CPPFLAGS="$CPPFLAGS -I/usr/include/nspr -I/usr/include/nss" ./configure \ 1.9 --prefix=/usr \ 1.10 --infodir=/usr/share/info \ 1.11 --with-selinux=no \