summaryrefslogtreecommitdiff
path: root/dev-libs/libical/files
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libical/files')
-rw-r--r--dev-libs/libical/files/libical-3.0.4-tests.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-libs/libical/files/libical-3.0.4-tests.patch b/dev-libs/libical/files/libical-3.0.4-tests.patch
deleted file mode 100644
index 7ecf6e1f2d76..000000000000
--- a/dev-libs/libical/files/libical-3.0.4-tests.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 3066463eb407853626277442eba725ddde58b843 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date: Sun, 6 Jan 2019 17:41:10 +0100
-Subject: [PATCH] Try to fix test dir path
-
----
- src/test/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt
-index b1179c2c..af7ce3fc 100644
---- a/src/test/CMakeLists.txt
-+++ b/src/test/CMakeLists.txt
-@@ -27,7 +27,7 @@ add_definitions(-DTEST_DATADIR=${TEST_DATADIR})
- macro(setprops _name)
- if(UNIX)
- set_tests_properties(${_name} PROPERTIES
-- WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/bin"
-+ WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/src/test"
- )
- endif()
- if(WIN32)
---
-2.20.1
-