summaryrefslogtreecommitdiff
path: root/sci-biology/mira/files/mira-4.0.2-cout.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /sci-biology/mira/files/mira-4.0.2-cout.patch
reinit the tree, so we can have metadata
Diffstat (limited to 'sci-biology/mira/files/mira-4.0.2-cout.patch')
-rw-r--r--sci-biology/mira/files/mira-4.0.2-cout.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-biology/mira/files/mira-4.0.2-cout.patch b/sci-biology/mira/files/mira-4.0.2-cout.patch
new file mode 100644
index 000000000000..78e7168cb49d
--- /dev/null
+++ b/sci-biology/mira/files/mira-4.0.2-cout.patch
@@ -0,0 +1,27 @@
+ src/progs/quirks.C | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/progs/quirks.C b/src/progs/quirks.C
+index 47e5ee8..060b6f3 100644
+--- a/src/progs/quirks.C
++++ b/src/progs/quirks.C
+@@ -25,6 +25,8 @@
+
+ #include <boost/filesystem.hpp>
+
++#include <iostream>
++
+ // make the "tcmalloc: large alloc" messages from TCMallom disappear
+ // by setting the reporting environment variable to a very large value
+ // see: http://groups.google.com/group/google-perftools/browse_thread/thread/24a003fc35f3d470?pli=1
+--- a/src/mira/parameters.C
++++ b/src/mira/parameters.C
+@@ -2222,7 +2222,7 @@
+ MIRANOTIFY(Notify::FATAL, "File not found: " << pfile);
+ }
+
+- parse(fin, Pv, nullptr);
++ parse(fin, Pv, false);
+
+ fin.close();
+