wok-next diff gtkmm3/receipt @ rev 20634
oxine: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 27 12:51:30 2018 +0200 (2018-04-27) |
parents | b367284a8ac3 |
children | 342b30daff76 |
line diff
1.1 --- a/gtkmm3/receipt Sat Oct 28 16:45:22 2017 +0300 1.2 +++ b/gtkmm3/receipt Fri Apr 27 12:51:30 2018 +0200 1.3 @@ -19,7 +19,10 @@ 1.4 compile_rules() { 1.5 sed -i "/^libdocdir =/ s|\$(book_name)|gtkmm-$VERSION|" docs/Makefile.in 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() {