qalc: update from 9.9.11 to 1.0.0
[termux-packages] / packages / qalc / Number.cc.patch
diff --git a/packages/qalc/Number.cc.patch b/packages/qalc/Number.cc.patch
deleted file mode 100644 (file)
index 914d8fd..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../../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);