wok-next diff swfdec/receipt @ rev 20604

More fix libtool.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 13:15:41 2018 +0300 (2018-04-19)
parents 4396aed7eb01
children 7506b35e1c6f
line diff
     1.1 --- a/swfdec/receipt	Wed Mar 07 19:43:44 2018 +0200
     1.2 +++ b/swfdec/receipt	Thu Apr 19 13:15:41 2018 +0300
     1.3 @@ -17,12 +17,10 @@
     1.4  
     1.5  compile_rules() {
     1.6  	./configure \
     1.7 -		--prefix=/usr \
     1.8 -		--infodir=/usr/share/info \
     1.9 -		--mandir=/usr/share/man \
    1.10  		--enable-gtk \
    1.11  		--with-audio="alsa" \
    1.12  		$CONFIGURE_ARGS &&
    1.13 +	fix libtool &&
    1.14  	make &&
    1.15  	make DESTDIR=$DESTDIR install
    1.16  }