mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
13 lines
431 B
Plaintext
13 lines
431 B
Plaintext
$NetBSD: patch-libs_lancelot-datamodels_CMakeLists.txt,v 1.1 2012/03/19 20:50:25 markd Exp $
|
|
|
|
--- libs/lancelot-datamodels/CMakeLists.txt.orig 2011-07-27 18:42:29.000000000 +0000
|
|
+++ libs/lancelot-datamodels/CMakeLists.txt
|
|
@@ -4,6 +4,7 @@ find_package(KDE4 REQUIRED)
|
|
|
|
include (KDE4Defaults)
|
|
add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
|
|
+add_definitions(${KDE4_ENABLE_EXCEPTIONS})
|
|
|
|
find_package(Lancelot REQUIRED)
|
|
|