wok diff epdfview/receipt @ rev 12089

busybox: tftpd should chroot (thanks Don Manuel)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 10 12:59:12 2012 +0100 (2012-03-10)
parents 56cca8858703
children a5587b626515
line diff
     1.1 --- a/epdfview/receipt	Mon Oct 17 03:00:38 2011 +0000
     1.2 +++ b/epdfview/receipt	Sat Mar 10 12:59:12 2012 +0100
     1.3 @@ -17,6 +17,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	patch -Np1 -i $stuff/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch
     1.8  	./configure \
     1.9  		--without-cups \
    1.10  		$CONFIGURE_ARGS &&