summaryrefslogtreecommitdiff
path: root/Ports/cmake/patches/0026-curl-struct-stat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Ports/cmake/patches/0026-curl-struct-stat.patch')
-rw-r--r--Ports/cmake/patches/0026-curl-struct-stat.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/Ports/cmake/patches/0026-curl-struct-stat.patch b/Ports/cmake/patches/0026-curl-struct-stat.patch
deleted file mode 100644
index c506b8a4c5..0000000000
--- a/Ports/cmake/patches/0026-curl-struct-stat.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/Utilities/cmcurl/lib/curl_setup.h b/Utilities/cmcurl/lib/curl_setup.h
-index 45a093f..e621db3 100644
---- a/Utilities/cmcurl/lib/curl_setup.h
-+++ b/Utilities/cmcurl/lib/curl_setup.h
-@@ -380,6 +380,7 @@
- #endif
-
- #ifndef struct_stat
-+# include <sys/stat.h>
- # define struct_stat struct stat
- #endif
-