wok diff rtorrent/receipt @ rev 25031

Add fatcat
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 20 09:25:51 2022 +0000 (2022-05-20)
parents 5ea0ce1cecc0
children e645edfd38fc
line diff
     1.1 --- a/rtorrent/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/rtorrent/receipt	Fri May 20 09:25:51 2022 +0000
     1.3 @@ -11,9 +11,9 @@
     1.4  WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
     1.5  TAGS="torrent"
     1.6  
     1.7 -DEPENDS="ncurses libtorrent zlib ncursesw xmlrpc-c gcc-lib-base"
     1.8 +DEPENDS="ncurses libtorrent zlib ncursesw xmlrpc-c gcc83-lib-base"
     1.9  BUILD_DEPENDS="ncurses-dev libtorrent-dev libtorrent pkg-config xmlrpc-c-dev \
    1.10 -libsigc++-dev curl-dev automake libtool"
    1.11 +libsigc++-dev curl-dev automake libtool gcc83"
    1.12  
    1.13  current_version()
    1.14  {
    1.15 @@ -24,6 +24,9 @@
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 +	export	CC=gcc-83
    1.20 +	export	CXX=g++-83
    1.21 +
    1.22  	./autogen.sh
    1.23  	./configure \
    1.24  		--with-xmlrpc-c \