aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bctoolbox/cmake-bcunit-fix.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-05-01 09:31:06 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-05-01 13:59:57 +0000
commit4dee62745e4b3967a246532cdb65ccf446e78566 (patch)
treec7160e25415aeebe3a33c95da9de0f01ca127bf5 /testing/bctoolbox/cmake-bcunit-fix.patch
parent8cb89d090383465951e0de2784328902463de063 (diff)
downloadaports-4dee62745e4b3967a246532cdb65ccf446e78566.tar.bz2
aports-4dee62745e4b3967a246532cdb65ccf446e78566.tar.xz
main/bctoolbox: moved from testing, added check()
needed by ortp which is needed by sngtc_client which is needed by Freeswitch
Diffstat (limited to 'testing/bctoolbox/cmake-bcunit-fix.patch')
-rw-r--r--testing/bctoolbox/cmake-bcunit-fix.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/bctoolbox/cmake-bcunit-fix.patch b/testing/bctoolbox/cmake-bcunit-fix.patch
deleted file mode 100644
index fd3a747640..0000000000
--- a/testing/bctoolbox/cmake-bcunit-fix.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index e14e502..9711ea7 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -98,14 +98,9 @@ if(POLARSSL_FOUND)
- endif()
-
- if(ENABLE_TESTS_COMPONENT)
-- find_package(BcUnit REQUIRED)
-- cmake_push_check_state(RESET)
-- list(APPEND CMAKE_REQUIRED_INCLUDES ${BCUNIT_INCLUDE_DIRS})
-- list(APPEND CMAKE_REQUIRED_LIBRARIES ${BCUNIT_LIBRARIES})
- check_symbol_exists("CU_get_suite" "BCUnit/BCUnit.h" HAVE_CU_GET_SUITE)
- check_symbol_exists("CU_curses_run_tests" "BCUnit/BCUnit.h" HAVE_CU_CURSES)
- check_symbol_exists("CU_set_trace_handler" "BCUnit/Util.h" HAVE_CU_SET_TRACE_HANDLER)
-- cmake_pop_check_state()
- set(TESTER_REQUIRES_PRIVATE "bcunit")
- endif()
-