diff options
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.patch | 11 |
1 files changed, 11 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 index 14feb0284c9f..78e7168cb49d 100644 --- a/sci-biology/mira/files/mira-4.0.2-cout.patch +++ b/sci-biology/mira/files/mira-4.0.2-cout.patch @@ -14,3 +14,14 @@ index 47e5ee8..060b6f3 100644 // 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(); + |