wok diff epdfview-cups/receipt @ rev 14546

firefox-langpack-ru: Up to 17.0.6esr
author Dominique Corbex <domcox@slitaz.org>
date Wed May 22 21:57:03 2013 +0200 (2013-05-22)
parents 56cca8858703
children 380ffe05937a
line diff
     1.1 --- a/epdfview-cups/receipt	Mon Oct 17 03:00:38 2011 +0000
     1.2 +++ b/epdfview-cups/receipt	Wed May 22 21:57:03 2013 +0200
     1.3 @@ -18,6 +18,9 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	sed -i 's/<config.h>/&\n#include <stdio.h>\n#define g_fopen fopen/' \
     1.8 +		src/epdfview.h
     1.9 +	find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|'
    1.10  	./configure \
    1.11  		--with-cups \
    1.12  		$CONFIGURE_ARGS &&