aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-Curl/files/patch-Curl.xs
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-25 20:55:02 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-25 20:55:02 +0000
commitd5a35aff20e722345646895980e48399e4ed6f85 (patch)
tree42aeb07a48f6d9832da12e0ef9cd1bb5ff7c7921 /www/p5-WWW-Curl/files/patch-Curl.xs
parent49af3ed0c9cb2f8fbb189d2e730340bf2b1cf3ac (diff)
downloadports-d5a35aff20e722345646895980e48399e4ed6f85.tar.gz
ports-d5a35aff20e722345646895980e48399e4ed6f85.zip
Fix build on powerpc
PR: 240631 Submitted by: pkubaj
Notes
Notes: svn path=/head/; revision=512855
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;
+