wok-next diff libmodplug/receipt @ rev 20775

quodlibet: remove non-existent package from bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 20:44:57 2018 +0300 (2018-06-06)
parents 3e3205b3b68f
children d5aab818505e
line diff
     1.1 --- a/libmodplug/receipt	Sat Mar 10 13:48:53 2018 +0200
     1.2 +++ b/libmodplug/receipt	Wed Jun 06 20:44:57 2018 +0300
     1.3 @@ -14,7 +14,10 @@
     1.4  SPLIT="libmodplug-dev"
     1.5  
     1.6  compile_rules() {
     1.7 -	./configure $CONFIGURE_ARGS && make && make install
     1.8 +	./configure $CONFIGURE_ARGS &&
     1.9 +	fix libtool &&
    1.10 +	make &&
    1.11 +	make install
    1.12  }
    1.13  
    1.14  genpkg_rules() {