$OpenBSD: patch-plugins_semanticitems_contact_CMakeLists_txt,v 1.2 2015/07/03 15:43:12 zhuk Exp $
Unbreak build.
--- plugins/semanticitems/contact/CMakeLists.txt.orig	Wed Apr  1 15:28:07 2015
+++ plugins/semanticitems/contact/CMakeLists.txt	Mon Apr 27 00:31:56 2015
@@ -25,6 +25,7 @@ endif ()
 
 target_link_libraries(calligra_semanticitem_contact ${KDE4_KDECORE_LIBS}  ${KORDF_LIBS})
 
+add_definitions(-DBOOST_NO_EXCEPTIONS)
 
 install(TARGETS calligra_semanticitem_contact  DESTINATION ${PLUGIN_INSTALL_DIR})
 install(FILES   calligra_semanticitem_contact.desktop  DESTINATION ${SERVICES_INSTALL_DIR}/calligra)
