mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
13 lines
370 B
Plaintext
13 lines
370 B
Plaintext
$NetBSD: patch-kcalutils_CMakeLists.txt,v 1.1 2012/03/19 11:46:44 markd Exp $
|
|
|
|
--- kcalutils/CMakeLists.txt.orig 2011-07-27 18:34:56.000000000 +0000
|
|
+++ kcalutils/CMakeLists.txt
|
|
@@ -1,6 +1,7 @@
|
|
project(kcalutils)
|
|
|
|
add_definitions(-DKDE_DEFAULT_DEBUG_AREA=5820)
|
|
+add_definitions(${KDE4_ENABLE_EXCEPTIONS})
|
|
|
|
if(KDE4_BUILD_TESTS)
|
|
add_definitions(-DCOMPILING_TESTS)
|