wok rev 21596

audacity: variable LIBS set
author Hans-G?nter Theisgen
date Tue May 21 15:17:04 2019 +0100 (2019-05-21)
parents 2ac5afd39c2c
children a73464fdf18a
files audacity/receipt
line diff
     1.1 --- a/audacity/receipt	Tue May 21 14:35:57 2019 +0100
     1.2 +++ b/audacity/receipt	Tue May 21 15:17:04 2019 +0100
     1.3 @@ -16,16 +16,17 @@
     1.4  DEPENDS="alsa-lib ffmpeg flac imlib2 lame libatomic libid3tag libmad \
     1.5  	libsndfile libvorbis wxWidgets xorg-libXxf86vm"
     1.6  BUILD_DEPENDS="alsa-lib-dev bash cmake expat-dev ffmpeg-dev flac-dev \
     1.7 -	gcc63 lame-dev libatomic libmad-dev libsndfile-dev libtool \
     1.8 +	gcc83 lame-dev libatomic libmad-dev libsndfile-dev libtool \
     1.9  	libvorbis-dev portaudio-dev wxWidgets-dev"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	export	CC=gcc-63
    1.15 -	export	CXX=g++-63
    1.16 +	export	CC=gcc-83
    1.17 +	export	CXX=g++-83
    1.18  	export	SHELL=/bin/bash
    1.19  	export	CONFIG_SHELL=/bin/bash
    1.20 +	export	LIBS="-llibatomic.so.1"
    1.21  
    1.22  	./configure				\
    1.23  		--prefix=/usr			\