wok-next diff libsdl-net/receipt @ rev 20610

transmission: up 2.93
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 20:11:53 2018 +0300 (2018-04-19)
parents c4e53a39395a
children df20b2110f7e
line diff
     1.1 --- a/libsdl-net/receipt	Fri Mar 02 12:12:14 2018 +0200
     1.2 +++ b/libsdl-net/receipt	Thu Apr 19 20:11:53 2018 +0300
     1.3 @@ -15,7 +15,10 @@
     1.4  SPLIT="libsdl-net-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() {