summaryrefslogtreecommitdiff
path: root/deskutils/kdepim44-runtime/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/kdepim44-runtime/files/patch-CMakeLists.txt')
-rw-r--r--deskutils/kdepim44-runtime/files/patch-CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/kdepim44-runtime/files/patch-CMakeLists.txt b/deskutils/kdepim44-runtime/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..4caa4a75c3fb
--- /dev/null
+++ b/deskutils/kdepim44-runtime/files/patch-CMakeLists.txt
@@ -0,0 +1,11 @@
+--- ./CMakeLists.txt.orig 2009-08-10 19:43:44.000000000 +1100
++++ ./CMakeLists.txt 2009-08-10 19:58:07.000000000 +1100
+@@ -47,7 +47,7 @@
+
+ ############### Needed commands before building anything ###############
+
+-include_directories(${kdepim-runtime_SOURCE_DIR} ${kdepim-runtime_BINARY_DIR} ${AKONADI_INCLUDE_DIR} ${Boost_INCLUDE_DIR} ${KDE4_INCLUDES} ${KDEPIMLIBS_INCLUDE_DIRS})
++include_directories(${kdepim-runtime_SOURCE_DIR} ${kdepim-runtime_BINARY_DIR} ${KDE4_INCLUDES} ${KDEPIMLIBS_INCLUDE_DIRS} ${AKONADI_INCLUDE_DIR} ${Boost_INCLUDE_DIR})
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
+
+