summaryrefslogtreecommitdiff
path: root/media-libs/jasper/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
commitf1af93971b7490792d8541bc790e0d8c6d787059 (patch)
treea38046712bbc3a3844d77452d16c84e716caa3d4 /media-libs/jasper/files
parentfc637fb28da700da71ec2064d65ca5a7a31b9c6c (diff)
gentoo resync : 06.08.2019
Diffstat (limited to 'media-libs/jasper/files')
-rw-r--r--media-libs/jasper/files/jasper-2.0.14-fix-test-suite.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/media-libs/jasper/files/jasper-2.0.14-fix-test-suite.patch b/media-libs/jasper/files/jasper-2.0.14-fix-test-suite.patch
deleted file mode 100644
index 9af83c67c6f6..000000000000
--- a/media-libs/jasper/files/jasper-2.0.14-fix-test-suite.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Disable tests which will require LIBJPEG when Jasper was
-built without LIBJPEG.
-
-Bug: https://bugs.gentoo.org/629898
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -393,12 +393,14 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/test/bin/wrapper.in"
- "${CMAKE_CURRENT_BINARY_DIR}/test/bin/wrapper" @ONLY)
-
- if (BASH_PROGRAM)
-- add_test(run_test_1
-- "${BASH_PROGRAM}" "${CMAKE_CURRENT_BINARY_DIR}/test/bin/wrapper"
-- "${CMAKE_CURRENT_SOURCE_DIR}/test/bin/run_test_1")
-- add_test(run_test_2
-- "${BASH_PROGRAM}" "${CMAKE_CURRENT_BINARY_DIR}/test/bin/wrapper"
-- "${CMAKE_CURRENT_SOURCE_DIR}/test/bin/run_test_2")
-+ if (JAS_ENABLE_LIBJPEG)
-+ add_test(run_test_1
-+ "${BASH_PROGRAM}" "${CMAKE_CURRENT_BINARY_DIR}/test/bin/wrapper"
-+ "${CMAKE_CURRENT_SOURCE_DIR}/test/bin/run_test_1")
-+ add_test(run_test_2
-+ "${BASH_PROGRAM}" "${CMAKE_CURRENT_BINARY_DIR}/test/bin/wrapper"
-+ "${CMAKE_CURRENT_SOURCE_DIR}/test/bin/run_test_2")
-+ endif()
- add_test(run_test_3
- "${BASH_PROGRAM}" "${CMAKE_CURRENT_BINARY_DIR}/test/bin/wrapper"
- "${CMAKE_CURRENT_SOURCE_DIR}/test/bin/run_test_3")