summary refs log tree commit diff
path: root/pkgs/applications/office/calligra/fix-kde4.10-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/calligra/fix-kde4.10-build.patch')
-rw-r--r--pkgs/applications/office/calligra/fix-kde4.10-build.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/pkgs/applications/office/calligra/fix-kde4.10-build.patch b/pkgs/applications/office/calligra/fix-kde4.10-build.patch
deleted file mode 100644
index e41d6a28f9d..00000000000
--- a/pkgs/applications/office/calligra/fix-kde4.10-build.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From: Andre Woebbeking <Woebbeking@kde.org>
-Date: Sun, 13 Jan 2013 15:10:38 +0000
-Subject: compile with kdelibs 4.10 (tests are enabled by default)
-X-Git-Url: http://quickgit.kde.org/?p=calligra.git&a=commitdiff&h=39fdda6757cbbb35480dec98eac419eb1879cb31
----
-compile with kdelibs 4.10 (tests are enabled by default)
----
-
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -96,11 +96,6 @@
-     set(SHOULD_BUILD_ACTIVE FALSE)
- ENDIF()
- 
--if(KDE4_BUILD_TESTS)
--    # only with this definition will the FOO_TEST_EXPORT macro do something
--    add_definitions(-DCOMPILING_TESTS)
--endif(KDE4_BUILD_TESTS)
--
-  ########################
- #########################
- ## Look for KDE and Qt ##
-@@ -146,6 +141,11 @@
- endif(NOT ${KDE_VERSION} VERSION_GREATER 4.6.4)
- 
- macro_ensure_out_of_source_build("Compiling Calligra inside the source directory is not possible. Please refer to the build instruction http://community.kde.org/Calligra/Building/Building_Calligra")
-+
-+if(KDE4_BUILD_TESTS)
-+    # only with this definition will the FOO_TEST_EXPORT macro do something
-+    add_definitions(-DCOMPILING_TESTS)
-+endif(KDE4_BUILD_TESTS)
- 
-  ###########################
- ############################
-