wok diff evas/receipt @ rev 23708
updated tumbler and tumbler-dev (0.2.7 -> 0.2.8)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 28 14:56:48 2020 +0100 (2020-04-28) |
parents | 86790a278e70 |
children | b01314c762e9 |
line diff
1.1 --- a/evas/receipt Tue Aug 07 23:03:21 2018 +0200 1.2 +++ b/evas/receipt Tue Apr 28 14:56:48 2020 +0100 1.3 @@ -22,6 +22,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/loaders/gif/evas_image_load_gif.c 1.10 + 1.11 export CFLAGS="$CFLAGS -fvisibility=hidden" 1.12 export LDFLAGS="$LDFLAGS -fvisibility=hidden" 1.13 ./configure \