wok-next diff id3lib/receipt @ rev 20869

mono: fix build on 32-bit
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 02 10:15:48 2018 +0300 (2018-07-02)
parents c04bd033a43d
children d5aab818505e
line diff
     1.1 --- a/id3lib/receipt	Tue Nov 21 12:56:18 2017 +0200
     1.2 +++ b/id3lib/receipt	Mon Jul 02 10:15:48 2018 +0300
     1.3 @@ -20,7 +20,10 @@
     1.4  	autoconf &&
     1.5  	automake --add-missing --copy &&
     1.6  
     1.7 -	./configure && make && make install
     1.8 +	./configure &&
     1.9 +	fix libtool &&
    1.10 +	make &&
    1.11 +	make install
    1.12  }
    1.13  
    1.14  genpkg_rules() {