wok-next diff epdfview/receipt @ rev 20834

prosody: interesting, requires lua 5.1, and not 5.3
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Jun 17 19:14:11 2018 +0000 (2018-06-17)
parents dd145c435e4b
children a3c581bf52b8
line diff
     1.1 --- a/epdfview/receipt	Wed Feb 28 17:32:31 2018 +0200
     1.2 +++ b/epdfview/receipt	Sun Jun 17 19:14:11 2018 +0000
     1.3 @@ -22,8 +22,7 @@
     1.4  	sed -i 's/<config.h>/&\n#include <stdio.h>\n#define g_fopen fopen/' \
     1.5  		src/epdfview.h
     1.6  	find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|'
     1.7 -	patch -Np1 -i $stuff/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch
     1.8 -	patch -p1 -i $stuff/no-stock-icons.patch
     1.9 +
    1.10  	./configure \
    1.11  		--without-cups \
    1.12  		$CONFIGURE_ARGS &&