aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-Curl/files/patch-Curl.xs
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-WWW-Curl/files/patch-Curl.xs')
-rw-r--r--www/p5-WWW-Curl/files/patch-Curl.xs11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/p5-WWW-Curl/files/patch-Curl.xs b/www/p5-WWW-Curl/files/patch-Curl.xs
new file mode 100644
index 000000000000..b0e42ee55023
--- /dev/null
+++ b/www/p5-WWW-Curl/files/patch-Curl.xs
@@ -0,0 +1,11 @@
+--- Curl.xs.orig 2019-09-17 09:12:44 UTC
++++ Curl.xs
+@@ -73,7 +73,7 @@ typedef struct {
+ #ifdef __CURL_MULTI_H
+ struct CURLM *curlm;
+ #else
+- struct void *curlm;
++ void *curlm;
+ #endif
+ } perl_curl_multi;
+