Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2019 20:55:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512855 - head/www/p5-WWW-Curl/files
Message-ID:  <201909252055.x8PKt276090893@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909252055.x8PKt276090893>