svn commit: r512855 - head/www/p5-WWW-Curl/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 25 20:55:03 UTC 2019


Author: sunpoet
Date: Wed Sep 25 20:55:02 2019
New Revision: 512855
URL: https://svnweb.freebsd.org/changeset/ports/512855

Log:
  Fix build on powerpc
  
  PR:		240631
  Submitted by:	pkubaj

Added:
  head/www/p5-WWW-Curl/files/patch-Curl.xs   (contents, props changed)

Added: head/www/p5-WWW-Curl/files/patch-Curl.xs
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-WWW-Curl/files/patch-Curl.xs	Wed Sep 25 20:55:02 2019	(r512855)
@@ -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;
+ 


More information about the svn-ports-all mailing list