wok-next diff libsdl-gfx/receipt @ rev 20595

More fix libtool.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Apr 16 11:36:31 2018 +0300 (2018-04-16)
parents 595097cb4e40
children df20b2110f7e
line diff
     1.1 --- a/libsdl-gfx/receipt	Tue Oct 17 13:43:41 2017 +0300
     1.2 +++ b/libsdl-gfx/receipt	Mon Apr 16 11:36:31 2018 +0300
     1.3 @@ -18,7 +18,10 @@
     1.4  	sed -i 's|/usr/local/|/usr/|' autogen.sh
     1.5  	./autogen.sh &&
     1.6  
     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() {