distorted-utils: Currently disabled.
[termux-packages] / packages / calcurse / ui-calendar.c.patch
CommitLineData
139a6fc7
DM
1--- ../../cache/calcurse-4.1.0/src/ui-calendar.c 2016-03-27 12:26:18.000000000 +0200
2+++ ./src/ui-calendar.c 2016-05-09 00:01:52.327536161 +0200
3@@ -145,4 +145,3 @@ void ui_calendar_stop_date_thread(void)
4 if (ui_calendar_t_date) {
5- pthread_cancel(ui_calendar_t_date);
6- pthread_join(ui_calendar_t_date, NULL);
7+ pthread_kill(ui_calendar_t_date, 0);
8 }