wok-current diff mc/receipt @ rev 25634

Mass update, new toolchain gcc 8.3.0, glibc 2.28.0
author Stanislas Leduc <shann@slitaz.org>
date Sun Jan 14 08:12:37 2024 +0000 (12 months ago)
parents 2c7fdf85178f
children 5926178cd6fa
line diff
     1.1 --- a/mc/receipt	Thu Mar 31 17:36:19 2022 +0100
     1.2 +++ b/mc/receipt	Sun Jan 14 08:12:37 2024 +0000
     1.3 @@ -13,8 +13,8 @@
     1.4  WGET_URL="http://ftp.midnight-commander.org/$TARBALL"
     1.5  
     1.6  SUGGESTED="cdrkit-isoinfo file gpm lynx mc-lang poppler-apps w3m wv xz"
     1.7 -DEPENDS="e2fsprogs gcc83-lib-base glib ncursesw util-linux-blkid"
     1.8 -BUILD_DEPENDS="gcc83 glib-dev gpm-dev ncursesw-dev ncurses-extra
     1.9 +DEPENDS="e2fsprogs gcc-lib-base glib ncursesw util-linux-blkid"
    1.10 +BUILD_DEPENDS="gcc glib-dev gpm-dev ncursesw-dev ncurses-extra
    1.11  	util-linux-blkid-dev util-linux-mount-dev util-linux-uuid-dev"
    1.12  
    1.13  GENERIC_MENUS="no"
    1.14 @@ -33,9 +33,11 @@
    1.15  {
    1.16  	sed -i 's|lzma -cd|lzcat|'	src/editor/edit.c
    1.17  
    1.18 +	# Patch to use mouse with ncurses 6.x
    1.19 +	# see https://midnight-commander.org/ticket/4144
    1.20 +	patch -p1 < $stuff/fix-mouse-ncurses6.patch
    1.21 +
    1.22  	./configure			\
    1.23 -		CC=gcc-83		\
    1.24 -		CXX=g++-83		\
    1.25  		--prefix=/usr		\
    1.26  		--with-gpm-mouse	\
    1.27  		--with-screen=ncurses	\