wok annotate ffmpeg/stuff/ffmpeg-0.5.1-gcc45.u @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents
children
rev   line source
erjo@5902 1 --- ffmpeg-0.5.1-ori/configure
erjo@5902 2 +++ ffmpeg-0.5.1/configure
erjo@5902 3 @@ -514,7 +514,7 @@
erjo@5902 4
erjo@5902 5 check_cmd(){
erjo@5902 6 log "$@"
erjo@5902 7 - "$@" >> $logfile 2>&1
erjo@5902 8 + $@ >> $logfile 2>&1
erjo@5902 9 }
erjo@5902 10
erjo@5902 11 check_cc(){