$OpenBSD: patch-plugins_semanticitems_contact_CMakeLists_txt,v 1.3 2015/08/12 09:56:12 zhuk Exp $
Unbreak build.
--- plugins/semanticitems/contact/CMakeLists.txt.orig	Wed Jul  8 09:27:38 2015
+++ plugins/semanticitems/contact/CMakeLists.txt	Thu Jul 16 18:17:52 2015
@@ -25,6 +25,7 @@ endif ()
 
 target_link_libraries(calligra_semanticitem_contact ${KDE4_KFILE_LIBS} ${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)
