Add Qalculate package (#393)
[termux-packages] / packages / qalc / Number.cc.patch
1 --- ../../build/qalc/cache/libqalculate-0.9.9/libqalculate/Number.cc 2016-06-02 18:40:18.000000000 +0200
2 +++ ./libqalculate/Number.cc 2016-08-15 00:35:08.556225106 +0200
3 @@ -2708,7 +2708,7 @@
4 } catch(runtime_exception &e) {
5 CALCULATOR->error(true, _("CLN Exception: %s"), e.what());
6 }
7 - pthread_testcancel();
8 + //pthread_testcancel();
9 if(b_zero) {
10 try {
11 inr = cln::exquo(inr, last_prime);