kadu: restore and update musl fix

This commit is contained in:
Alessio Sergi 2016-10-24 12:44:34 +02:00
parent d336b279ae
commit ddfba0f822

View file

@ -41,6 +41,9 @@ pre_configure() {
-e "s;unity_integration$;;" \
-e "s;indicator_docking$;;" \
-e "s;word_fix$;;"
# Using the __useconds_t type is wrong here, see man usleep(3)
sed -i ${wrksrc}/plugins/pcspeaker/pcspeaker-notifier.cpp \
-e "s;__useconds_t;useconds_t;g"
}
kadu-data_package() {