From c1c4e61c323a422143de8b64d1e7300924bf112f Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Tue, 7 Jul 2026 14:34:51 +0200 Subject: [PATCH] cmake: remove unused fix-curl-8.16 patch --- pkgs/by-name/cm/cmake/fix-curl-8.16.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 pkgs/by-name/cm/cmake/fix-curl-8.16.patch diff --git a/pkgs/by-name/cm/cmake/fix-curl-8.16.patch b/pkgs/by-name/cm/cmake/fix-curl-8.16.patch deleted file mode 100644 index feabba28b0d6..000000000000 --- a/pkgs/by-name/cm/cmake/fix-curl-8.16.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Source/CTest/cmCTestCurl.h b/Source/CTest/cmCTestCurl.h -index 7836f4b9c78a1d103eee515d618856a6712b4480..9113890b5a12cb157b691b66d96e25d0fd4b50ef 100644 ---- a/Source/CTest/cmCTestCurl.h -+++ b/Source/CTest/cmCTestCurl.h -@@ -52,7 +52,7 @@ private: - std::vector HttpHeaders; - std::string HTTPProxyAuth; - std::string HTTPProxy; -- curl_proxytype HTTPProxyType; -+ long HTTPProxyType; - bool UseHttp10 = false; - bool Quiet = false; - int TimeOutSeconds = 0;