wok-next diff audacity/receipt @ rev 20780

GnuPG update: 2.1.21 (2017 May) -> 2.2.8 (CVE-2018-12020) -> GnuPG 2.2.x is the current stable branch of GnuPG
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 05:44:49 2018 +0000 (2018-06-09)
parents b19ddba309f9
children b156aee559a7
line diff
     1.1 --- a/audacity/receipt	Fri Mar 23 10:45:35 2018 +0200
     1.2 +++ b/audacity/receipt	Sat Jun 09 05:44:49 2018 +0000
     1.3 @@ -19,7 +19,9 @@
     1.4  	./configure \
     1.5  		--with-ffmpeg=local \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make && make DESTDIR=$DESTDIR install
     1.8 +	fix libtool &&
     1.9 +	make &&
    1.10 +	make DESTDIR=$DESTDIR install
    1.11  }
    1.12  
    1.13  genpkg_rules() {