$OpenBSD: patch-stage_part_CMakeLists_txt,v 1.3 2015/08/12 09:56:12 zhuk Exp $
Unbreak build.
--- stage/part/CMakeLists.txt.orig	Wed Apr  1 15:28:07 2015
+++ stage/part/CMakeLists.txt	Mon Apr 27 00:31:56 2015
@@ -12,6 +12,8 @@ if (!WIN32) ## Disable tests in Windows whilst they br
 endif()
 add_subdirectory(tools)
 
+add_definitions(-DBOOST_NO_EXCEPTIONS)
+
 ### calligrastageprivate ###
 set( calligrastageprivate_LIB_SRCS
      KPrFactory.cpp
