Index: branches/2020Q2/www/p5-WWW-Curl/files/patch-Makefile.PL =================================================================== --- branches/2020Q2/www/p5-WWW-Curl/files/patch-Makefile.PL (revision 531216) +++ branches/2020Q2/www/p5-WWW-Curl/files/patch-Makefile.PL (revision 531217) @@ -1,18 +1,18 @@ --- Makefile.PL.orig 2014-02-21 16:08:09 UTC +++ Makefile.PL @@ -121,13 +121,14 @@ if (!defined($curl_h)) { open (H, "<", $curl_h) or die ("Cannot open $curl_h: ".$!); while() { if (/^#define (CURL[A-Za-z0-9_]*)/) { + next if ($1 eq 'CURL_DID_MEMORY_FUNC_TYPEDEFS' || $1 eq 'CURL_STRICTER' || $1 eq 'CURLINC_CURL_H' ); push @syms, $1; } } close H; for my $e (sort @syms) { - if($e =~ /(OBSOLETE|^CURL_EXTERN|_LAST\z|_LASTENTRY\z)/) { -+ if($e =~ /(OBSOLETE|^CURL_EXTERN|_LAST\z|_LASTENTRY\z|^CURLINC_)/) { ++ if($e =~ /(OBSOLETE|^CURL_EXTERN|_LAST\z|_LASTENTRY\z|^CURLINC_|WIN32|CURLOPT)/) { next; } my ($group) = $e =~ m/^([^_]+_)/; Index: branches/2020Q2 =================================================================== --- branches/2020Q2 (revision 531216) +++ branches/2020Q2 (revision 531217) Property changes on: branches/2020Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r530415