X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/ae33fc6c898f43d550af79c3704082ed6a6230bf..012d550683529b3532ff8010c47e085eba96666e:/packages/qalc/libqalculate-Calculator.cc.patch?ds=sidebyside diff --git a/packages/qalc/libqalculate-Calculator.cc.patch b/packages/qalc/libqalculate-Calculator.cc.patch deleted file mode 100644 index a5488fee..00000000 --- a/packages/qalc/libqalculate-Calculator.cc.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -u -r ../libqalculate-2.0.0/libqalculate/Calculator.cc ./libqalculate/Calculator.cc ---- ../libqalculate-2.0.0/libqalculate/Calculator.cc 2017-08-27 21:38:22.000000000 +0200 -+++ ./libqalculate/Calculator.cc 2017-08-31 16:09:58.987236004 +0200 -@@ -9360,7 +9360,7 @@ - char filename[MAX_PATH]; - return SearchPath(NULL, "gnuplot", ".exe", MAX_PATH, filename, &lpFilePart); - #else -- FILE *pipe = popen("gnuplot -", "w"); -+ FILE *pipe = popen("gnuplot - 2> /dev/null", "w"); - if(!pipe) return false; - return pclose(pipe) == 0; - #endif