repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
misc
/
kdepimlibs4
/
patches
/
patch-kcalutils_CMakeLists.txt
blob
4f8456923df66d5f7ec64b324cf9532fb99f462d
1
$NetBSD$
2
3
--- kcalutils/CMakeLists.txt.orig 2011-07-27 18:34:56.000000000 +0000
4
+++ kcalutils/CMakeLists.txt
5
@@ -1,6 +1,7 @@
6
project(kcalutils)
7
8
add_definitions(-DKDE_DEFAULT_DEBUG_AREA=5820)
9
+add_definitions(${KDE4_ENABLE_EXCEPTIONS})
10
11
if(KDE4_BUILD_TESTS)
12
add_definitions(-DCOMPILING_TESTS)