wok-6.x diff pidgin-musictracker/receipt @ rev 19605
kmod: link dynamically with libkmod
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jan 04 10:42:55 2017 +0100 (2017-01-04) |
parents | 380ffe05937a |
children | 6135577f4d08 |
line diff
1.1 --- a/pidgin-musictracker/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/pidgin-musictracker/receipt Wed Jan 04 10:42:55 2017 +0100 1.3 @@ -17,7 +17,9 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + sed -i -e 's/g_value_array_free/g_array_unref/' -e 's/GValueArray/GArray/' \ 1.9 + -e '/g_value_array_get_nth/{N;s/GValue.*/status = g_array_index(sigstruct, gint, 0);/}' \ 1.10 + src/mpris.c 1.11 ./configure $CONFIGURE_ARGS && 1.12 make && make DESTDIR=$DESTDIR install 1.13 }