wok diff efl/receipt @ rev 24085

tuxpaint: do not run kbuildsycoca4 without kde
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 10 14:52:46 2021 +0000 (2021-07-10)
parents 86790a278e70
children b78e79c31b1f
line diff
     1.1 --- a/efl/receipt	Tue Aug 07 23:03:21 2018 +0200
     1.2 +++ b/efl/receipt	Sat Jul 10 14:52:46 2021 +0000
     1.3 @@ -26,6 +26,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	# Update for giflib >= 5 api
     1.8 +	sed -i 's|DGifCloseFile.*gif|&,NULL|' \
     1.9 +		src/modules/evas/loaders/gif/evas_image_load_gif.c
    1.10 +	
    1.11  	autoreconf -v &&
    1.12  	ac_aux_dir=$src ./configure \
    1.13  		--disable-static \