mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-17 16:30:22 -04:00
13 lines
301 B
Plaintext
13 lines
301 B
Plaintext
$NetBSD: patch-kmbox_CMakeLists.txt,v 1.1 2012/03/19 11:46:44 markd Exp $
|
|
|
|
--- kmbox/CMakeLists.txt.orig 2011-07-27 18:34:56.000000000 +0000
|
|
+++ kmbox/CMakeLists.txt
|
|
@@ -1,5 +1,7 @@
|
|
project(kmbox)
|
|
|
|
+add_definitions(${KDE4_ENABLE_EXCEPTIONS})
|
|
+
|
|
set(kmbox_LIB_SRCS
|
|
mboxentry.cpp
|
|
mbox_p.cpp
|