Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/multimedia/bcmatroska2/files/patch-CMakeLists.txt
18157 views
1
--- CMakeLists.txt.orig 2025-03-26 19:37:26 UTC
2
+++ CMakeLists.txt
3
@@ -47,6 +47,7 @@ configure_file(config.h.cmake ${PROJECT_BINARY_DIR}/bc
4
5
configure_file(config.h.cmake ${PROJECT_BINARY_DIR}/bcmatroska2_config.h)
6
7
+find_package(OpenSSL REQUIRED)
8
find_package(BCToolbox 5.3.0 REQUIRED)
9
10
include_directories(
11
12