wok diff fltk/receipt @ rev 22352

libcap: include stddef.h
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 19 11:07:25 2019 +0100 (2019-11-19)
parents b36d3d58ef5c
children ec27bdc69711
line diff
     1.1 --- a/fltk/receipt	Sat Mar 02 13:00:42 2019 +0100
     1.2 +++ b/fltk/receipt	Tue Nov 19 11:07:25 2019 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  WEB_SITE="https://www.fltk.org/"
     1.5  
     1.6  TARBALL="$PACKAGE-${VERSION/.2/-2}-source.tar.gz"
     1.7 -WGET_URL="http://fltk.org/pub/fltk/$VERSION/$TARBALL"
     1.8 +WGET_URL="http://fltk.org/pub/fltk/${VERSION%.*}/$TARBALL"
     1.9  
    1.10  DEPENDS="expat fontconfig freetype libpng jpeg xorg-libX11 xorg-libXau xorg-libXdmcp \
    1.11  xorg-libXext xorg-libXft xorg-libXrender zlib gcc-lib-base mesa libglu-mesa"