# HG changeset patch # User Hans-G?nter Theisgen # Date 1558448224 -3600 # Node ID 266b370ebf8ceb47acce9a762aca8b0c20f4f4f2 # Parent 2ac5afd39c2c67527669d6c64d76754c3b555cf0 audacity: variable LIBS set diff -r 2ac5afd39c2c -r 266b370ebf8c audacity/receipt --- a/audacity/receipt Tue May 21 14:35:57 2019 +0100 +++ b/audacity/receipt Tue May 21 15:17:04 2019 +0100 @@ -16,16 +16,17 @@ DEPENDS="alsa-lib ffmpeg flac imlib2 lame libatomic libid3tag libmad \ libsndfile libvorbis wxWidgets xorg-libXxf86vm" BUILD_DEPENDS="alsa-lib-dev bash cmake expat-dev ffmpeg-dev flac-dev \ - gcc63 lame-dev libatomic libmad-dev libsndfile-dev libtool \ + gcc83 lame-dev libatomic libmad-dev libsndfile-dev libtool \ libvorbis-dev portaudio-dev wxWidgets-dev" # Rules to configure and make the package. compile_rules() { - export CC=gcc-63 - export CXX=g++-63 + export CC=gcc-83 + export CXX=g++-83 export SHELL=/bin/bash export CONFIG_SHELL=/bin/bash + export LIBS="-llibatomic.so.1" ./configure \ --prefix=/usr \