mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
13 lines
337 B
Plaintext
13 lines
337 B
Plaintext
$NetBSD: patch-kpimutils_CMakeLists.txt,v 1.2 2013/04/03 10:51:48 markd Exp $
|
|
|
|
--- kpimutils/CMakeLists.txt.orig 2013-03-01 06:58:43.000000000 +0000
|
|
+++ kpimutils/CMakeLists.txt
|
|
@@ -1,6 +1,7 @@
|
|
project(kpimutils)
|
|
|
|
add_definitions(-DKDE_DEFAULT_DEBUG_AREA=5321)
|
|
+add_definitions(${KDE4_ENABLE_EXCEPTIONS})
|
|
|
|
add_subdirectory(tests)
|
|
|