summaryrefslogtreecommitdiff
path: root/misc/kdepim4/patches/patch-kontact_plugins_akregator_CMakeLists.txt
blob: 729a40e834aee54f2f48fddf5f47589ba4247fb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-kontact_plugins_akregator_CMakeLists.txt,v 1.1 2012/03/19 21:01:28 markd Exp $

--- kontact/plugins/akregator/CMakeLists.txt.orig	2011-04-20 20:03:31.000000000 +0000
+++ kontact/plugins/akregator/CMakeLists.txt
@@ -2,6 +2,8 @@
 include_directories(${CMAKE_SOURCE_DIR}/akregator/src)
 include_directories( ${Boost_INCLUDE_DIRS} )
 
+add_definitions(${KDE4_ENABLE_EXCEPTIONS})
+
 ########### next target ###############
 
 set(kontact_akregator_PART_SRCS akregator_plugin.cpp)