wok-current diff tuxpaint/receipt @ rev 25586
Fix linux build with gcc > 6 again
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon May 29 12:23:26 2023 +0000 (19 months ago) |
parents | cb67b4f8be05 |
children |
line diff
1.1 --- a/tuxpaint/receipt Wed Mar 16 11:02:39 2022 +0000 1.2 +++ b/tuxpaint/receipt Mon May 29 12:23:26 2023 +0000 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="https://tuxpaint.org/" 1.5 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WGET_URL="http://downloads.sourceforge.net/sourceforge/$PACKAGE/$TARBALL" 1.8 +WGET_URL="$SF_MIRROR/sourceforge/$PACKAGE/$TARBALL" 1.9 1.10 DEPENDS="cairo fribidi libpaper libpng librsvg libsdl-image libsdl-mixer \ 1.11 libsdl-pango libsdl-ttf python"