pkgsrc-ng/net/kopete/patches/patch-protocols_wlm_CMakeLists.txt
2016-01-21 23:40:00 +01:00

13 lines
320 B
Plaintext

$NetBSD: patch-protocols_wlm_CMakeLists.txt,v 1.2 2014/11/13 11:50:27 markd Exp $
--- protocols/wlm/CMakeLists.txt.orig 2014-11-02 11:16:53.000000000 +0000
+++ protocols/wlm/CMakeLists.txt
@@ -1,5 +1,7 @@
project(wlm)
+add_definitions(${KDE4_ENABLE_EXCEPTIONS})
+
include_directories(
${Boost_INCLUDE_DIRS}
)