X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/aa01a42bf5cabbabd84935e9e51d71a88ab196ac..94f1c11e25a1606a2e3dc621c9b5171e587b5f68:/packages/qalc/Number.cc.patch diff --git a/packages/qalc/Number.cc.patch b/packages/qalc/Number.cc.patch new file mode 100644 index 00000000..914d8fdc --- /dev/null +++ b/packages/qalc/Number.cc.patch @@ -0,0 +1,11 @@ +--- ../../build/qalc/cache/libqalculate-0.9.9/libqalculate/Number.cc 2016-06-02 18:40:18.000000000 +0200 ++++ ./libqalculate/Number.cc 2016-08-15 00:35:08.556225106 +0200 +@@ -2708,7 +2708,7 @@ + } catch(runtime_exception &e) { + CALCULATOR->error(true, _("CLN Exception: %s"), e.what()); + } +- pthread_testcancel(); ++ //pthread_testcancel(); + if(b_zero) { + try { + inr = cln::exquo(inr, last_prime);