summaryrefslogtreecommitdiff
path: root/sysutils/mstflint/files/extrat-patch-mlxfwupdate_server_request.cpp
diff options
context:
space:
mode:
authorOlivier Cochard <olivier@FreeBSD.org>2023-10-04 17:45:43 +0200
committerOlivier Cochard <olivier@FreeBSD.org>2023-10-05 10:27:31 +0200
commit594eebaf9671815cd42b96a19b61b35992a234c4 (patch)
tree0c50b5abb63906afb31b7b7d354af58c26898bdc /sysutils/mstflint/files/extrat-patch-mlxfwupdate_server_request.cpp
parentnet-im/py-slack-sdk: Update version 3.22.0=>3.23.0 (diff)
sysutils/mstflint: Update to 4.25.0 and take maintainship
Remove the -lite flavor. Event: Oslo Hackathon at Modirum
Diffstat (limited to 'sysutils/mstflint/files/extrat-patch-mlxfwupdate_server_request.cpp')
-rw-r--r--sysutils/mstflint/files/extrat-patch-mlxfwupdate_server_request.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/sysutils/mstflint/files/extrat-patch-mlxfwupdate_server_request.cpp b/sysutils/mstflint/files/extrat-patch-mlxfwupdate_server_request.cpp
deleted file mode 100644
index 6d8fda101e5a..000000000000
--- a/sysutils/mstflint/files/extrat-patch-mlxfwupdate_server_request.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
---- mlxfwupdate/server_request.cpp.orig 2022-12-16 18:34:53.974210000 +0100
-+++ mlxfwupdate/server_request.cpp 2022-12-16 18:36:46.969103000 +0100
-@@ -43,9 +43,7 @@
- #include <string>
-
- using namespace std;
--#ifndef USE_CURL
--#define USE_CURL
--#endif
-+#undef USE_CURL
-
- extern int abort_request;
-
-@@ -65,7 +63,9 @@
- _show_progress = show_progress;
- _ceritifcate = certificate;
- _numberOfRetrials = numberOfRetrials;
-+#ifdef USE_CURL
- _headers = NULL;
-+#endif
- if (proxy != NULL)
- {
- if (proxy[0] != 0)