$OpenBSD: patch-bootstrap,v 1.3 2013/06/28 14:58:23 dcoppa Exp $

Use Ninja to build CMake

--- bootstrap.orig	Thu Jun 27 11:26:07 2013
+++ bootstrap	Thu Jun 27 11:26:31 2013
@@ -112,7 +112,7 @@ if ${cmake_system_mingw}; then
   cmake_bootstrap_generator="MSYS Makefiles"
 else
   # Bootstrapping from a standard UNIX prompt.
-  cmake_bootstrap_generator="Unix Makefiles"
+  cmake_bootstrap_generator="Ninja"
 fi
 
 # Choose tools and extensions for this platform.
