From c4cb96a5c8847ac96f6c3f4b351895bd76bd4739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Thu, 6 Feb 2025 23:35:02 +0100 Subject: dev-cpp/curlpp: fix curloption MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/939581 Signed-off-by: Maciej Barć --- dev-cpp/curlpp/files/curlpp-0.8.1-fix-curloption.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev-cpp/curlpp/files/curlpp-0.8.1-fix-curloption.patch (limited to 'dev-cpp/curlpp/files/curlpp-0.8.1-fix-curloption.patch') diff --git a/dev-cpp/curlpp/files/curlpp-0.8.1-fix-curloption.patch b/dev-cpp/curlpp/files/curlpp-0.8.1-fix-curloption.patch new file mode 100644 index 000000000000..c82526025578 --- /dev/null +++ b/dev-cpp/curlpp/files/curlpp-0.8.1-fix-curloption.patch @@ -0,0 +1,12 @@ +https://git.openembedded.org/meta-openembedded/commit/?id=56010090ef75da2a3d564e16ee046a709da4a650 +--- a/include/curlpp/Options.hpp ++++ b/include/curlpp/Options.hpp +@@ -278,7 +278,7 @@ + typedef curlpp::OptionTrait LowSpeedLimit; + typedef curlpp::OptionTrait LowSpeedTime; + typedef curlpp::OptionTrait MaxConnects; +- typedef curlpp::OptionTrait ClosePolicy; ++ typedef curlpp::OptionTrait ClosePolicy; + typedef curlpp::OptionTrait FreshConnect; + typedef curlpp::OptionTrait ForbidReuse; + typedef curlpp::OptionTrait ConnectTimeout; -- cgit v1.2.3