From f997c3ee588099e4f43e9ec845935868e3e60b8e Mon Sep 17 00:00:00 2001 From: root Date: Sat, 13 Jun 2026 22:21:26 -0500 Subject: Adding metadata --- dev-cpp/cpp-httplib/files/cmakelists.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev-cpp/cpp-httplib/files/cmakelists.patch (limited to 'dev-cpp/cpp-httplib/files/cmakelists.patch') diff --git a/dev-cpp/cpp-httplib/files/cmakelists.patch b/dev-cpp/cpp-httplib/files/cmakelists.patch new file mode 100644 index 000000000000..137a80985b1f --- /dev/null +++ b/dev-cpp/cpp-httplib/files/cmakelists.patch @@ -0,0 +1,12 @@ +diff '--color=auto' -urN cpp-httplib-0.16.0.orig/CMakeLists.txt cpp-httplib-0.16.0/CMakeLists.txt +--- cpp-httplib-0.16.0.orig/CMakeLists.txt 2024-07-14 10:15:22.128940645 +0200 ++++ cpp-httplib-0.16.0/CMakeLists.txt 2024-07-14 10:16:10.259937433 +0200 +@@ -81,7 +81,7 @@ + + # Change as needed to set an OpenSSL minimum version. + # This is used in the installed Cmake config file. +-set(_HTTPLIB_OPENSSL_MIN_VER "3.0.0") ++set(_HTTPLIB_OPENSSL_MIN_VER "2.0.0") + + # Lets you disable C++ exception during CMake configure time. + # The value is used in the install CMake config file. -- cgit v1.3.1