$OpenBSD: patch-Source_cmNinjaTargetGenerator_cxx,v 1.3 2015/01/23 18:01:09 dcoppa Exp $

Use Ninja-1.5's console pool to have visible output during long-running
tasks which produce status updates on the console (such as test suites)

--- Source/cmNinjaTargetGenerator.cxx.orig	Wed Jan 21 08:10:26 2015
+++ Source/cmNinjaTargetGenerator.cxx	Fri Jan 23 11:10:11 2015
@@ -472,10 +472,13 @@ cmNinjaTargetGenerator
   comment << "Rule for compiling " << lang << " files.";
   cmOStringStream description;
   description << "Building " << lang << " object $out";
+  cmOStringStream pool;
+  pool << "";
   this->GetGlobalGenerator()->AddRule(this->LanguageCompilerRule(lang),
                                       cmdLine,
                                       description.str(),
                                       comment.str(),
+                                      pool.str(),
                                       depfile,
                                       deptype,
                                       /*rspfile*/ "",
