diff options
author | 2019-01-06 17:23:49 +0100 | |
---|---|---|
committer | 2019-01-06 18:03:48 +0100 | |
commit | e1ec8630451b3e5016cc24fb7af388f65577d7da (patch) | |
tree | 8118b7380c278cbbfdb135f6073df38b0c673896 /dev-libs/libical/files | |
parent | media-gfx/iscan-data: 1.39.0.1 version bump (diff) | |
download | gentoo-e1ec8630451b3e5016cc24fb7af388f65577d7da.tar.gz gentoo-e1ec8630451b3e5016cc24fb7af388f65577d7da.tar.bz2 gentoo-e1ec8630451b3e5016cc24fb7af388f65577d7da.zip |
dev-libs/libical: 3.0.4 version bump
Closes: https://bugs.gentoo.org/662290
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/libical/files')
-rw-r--r-- | dev-libs/libical/files/libical-3.0.4-tests.patch | 25 |
1 files changed, 25 insertions, 0 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 new file mode 100644 index 000000000000..7ecf6e1f2d76 --- /dev/null +++ b/dev-libs/libical/files/libical-3.0.4-tests.patch @@ -0,0 +1,25 @@ +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 + |