wok-next rev 19942

efl, evas, wxWidgets28: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 15 22:30:12 2017 +0200 (2017-10-15)
parents 5af737a221b4
children f351ed3c060e
files efl/receipt evas/receipt wxWidgets28/receipt
line diff
     1.1 --- a/efl/receipt	Sun Oct 15 19:06:21 2017 +0200
     1.2 +++ b/efl/receipt	Sun Oct 15 22:30:12 2017 +0200
     1.3 @@ -22,11 +22,13 @@
     1.4  xorg-libXp-dev xorg-printproto xorg-scrnsaverproto xorg-libXScrnSaver-dev
     1.5  xorg-libXcursor-dev xorg-libXcomposite-dev xorg-libXinerama-dev
     1.6  xorg-libXrandr-dev xorg-libXtst-dev mesa-dev util-linux-uuid-dev libxml2-dev
     1.7 -flac-dev autoconf automake"
     1.8 +flac-dev autoconf automake expat-dev xorg-libxshmfence-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 +	sed -i 's/DGifCloseFile([^)]*/&,NULL/' \
    1.14 +		src/modules/evas/loaders/gif/evas_image_load_gif.c
    1.15  	autoreconf -v &&
    1.16  	ac_aux_dir=$src ./configure \
    1.17  		--disable-static \
     2.1 --- a/evas/receipt	Sun Oct 15 19:06:21 2017 +0200
     2.2 +++ b/evas/receipt	Sun Oct 15 22:30:12 2017 +0200
     2.3 @@ -22,6 +22,8 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 +	sed -i 's/DGifCloseFile(gif/&,NULL/' \
     2.8 +		src/modules/loaders/gif/evas_image_load_gif.c
     2.9  	export CFLAGS="$CFLAGS -fvisibility=hidden"
    2.10  	export LDFLAGS="$LDFLAGS -fvisibility=hidden"
    2.11  	./configure \
     3.1 --- a/wxWidgets28/receipt	Sun Oct 15 19:06:21 2017 +0200
     3.2 +++ b/wxWidgets28/receipt	Sun Oct 15 22:30:12 2017 +0200
     3.3 @@ -23,6 +23,7 @@
     3.4  compile_rules()
     3.5  {
     3.6  	sed -i 's|/opt/wx/current/bin/||' wxPython/wx/build/build_options.py
     3.7 +	export CXXFLAGS="-Wno-narrowing"
     3.8  	./configure \
     3.9  		--enable-shared \
    3.10  		--enable-unicode \