$NetBSD: patch-Source_CTest_cmCTestCurl.h,v 1.1 2025/09/12 09:51:00 ryoon Exp $ * Fix build with curl-8.16.0. From: https://gitlab.kitware.com/cmake/cmake/-/commit/c92268f91b30e6d52b82d1ffad227cadafcf4dbf --- Source/CTest/cmCTestCurl.h.orig 2025-09-12 09:42:28.299630802 +0000 +++ 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;